inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

MySQL dbDriver: is it possible to automatically select a database in settings.json?

Open martinfr87 opened this issue 3 years ago • 0 comments

With the MySQL driver, one must explicitly specify the database name in queries, eg.

SELECT name FROM mydatabase.customer

where 'mydatabase' is the name of the database. This is really annoying - would it be possible to have the extension automatically use a specified database? So that it would just be sufficient to type

SELECT name FROM customer

Thanks.

martinfr87 avatar Nov 19 '22 21:11 martinfr87