Open
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Create multiple databases
test1
andtest2
in a MariaDB and createtest1.table1
,test2.table2
tables. - Connect to the MariaDB with Database=
test1
- View SQLTools tree view and expand
test2
, and describetable2
- See error: cannot find table
test1.table2
.
Expected behavior
A clear and concise description of what you expected to happen.
It should visit test2.table2
rather than the database test1
the connection is initially setup to connect to.
Desktop (please complete the following information):
- SQLTools Version: 0.22.10
- VSCode Version: 1.47.2
- OS: Ubuntu 20.04
- Driver:
- PostgreSQL/Redshift
- MySQL/MariaDB
- MSSQL/Azure
- SQLite
- Other? Which...
- Database version: MariaDB 10.4