Set as default for database gets reset after dbeaver gets restarted #37574
-
DescriptionIn remote connection which is saved 'Set as default' for database gets reset after dbeaver gets restarted. DBeaver VersionCommunity Edition 24.3.4 Operating SystemArch Linux Database and driverMySQL Steps to reproduce
Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Right now, it's not supposed to be preserved if you reconnect to the database. |
Beta Was this translation helpful? Give feedback.
-
This command changes default database associated with currently opened SQL script. So that when you'll open this script again, its SQL editor will be executing SQL statements in this script-default database. Basically it is the same as changing default database with the dropdown in the main toolbar while the script is opened. |
Beta Was this translation helpful? Give feedback.

This command changes default database associated with currently opened SQL script. So that when you'll open this script again, its SQL editor will be executing SQL statements in this script-default database. Basically it is the same as changing default database with the dropdown in the main toolbar while the script is opened.