I am not sure exactly how the background queries are implemented, but it appears that if I have a long running query running in the background and then try to run another shorter query on the same connection, DBeaver will not return the results of the second shorter query until it returns the results of the longer running query. I can get around it by setting up a duplicate database connection.
Any way to have query results on the same connection returned asynchronously?
Thanks!
My environment:
DBeaver 1.6.1 windows 32 bit
Windows 7 Enterprise (64 bit)