Schema is not updated in IDE when set schema executed #37595
-
DescriptionThis used to work, but I have recently upgraded to build 24.3.4.202502021521. Now when I execute a SET SCHEMA statement, the GUI does not register it. The schema name in the tool bar remains whatever it was before. DBeaver VersionCommunity Edition 24.3.4.202502021521 Operating SystemWindows 10 Database and driver
Steps to reproduce
It appears to be entirely cosmetic since following sql statements use the correct library. I cannot select a library from the toolbar because there are just way too many. Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
By default, DBeaver intentionally doesn't refresh the active schema after each query execution. However, you can turn on the following preference |
Beta Was this translation helpful? Give feedback.
-
Thank You, that works. |
Beta Was this translation helpful? Give feedback.
By default, DBeaver intentionally doesn't refresh the active schema after each query execution. However, you can turn on the following preference
Preferences->Editors->SQL Editor->Refresh active schema after SQL execution
.