Export From Query Cache database info of previous export from query
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
### Description
The ```export from query``` cache the previous connections !!!
### DBeaver Version
Version 23.0.4.202305071722
### Operating System
MAC OS
13.2.1 (22D68)
### Database and driver
Connect database postgres 11
### Steps to reproduce
I have 3 database with the same schema
A -> public -> table tb1
B -> public -> table tb1
C -> public -> table tb1
Step 1
open new query from database A
past query select * from tb1
select export from query => result to A_tb1.csv
it OK
Step 2
Open new query from B
past query select * from tb1
select export from query => result to B_tb1.csv
Check the contain of file B_tb1.csv I see it is result of database A above (confuse here !!!!!!)
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.