vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

Give access to MySQL meta databases such as `information_schema` and list target database first

Open gjsjohnmurray opened this issue 1 year ago • 0 comments

Before this change the MySQL driver would exclude information_schema, performance_schema, sys and mysql from its tree of databases.

Now, if the connection specifies one of these databases it will appear in the list.

Additionally the database named in the connection will always appear first in the list.

gjsjohnmurray avatar Aug 10 '22 14:08 gjsjohnmurray