Open
Description
Describe the bug
When I have more than one database in the same cluster/connection, the intellisense fetch all table names, columns, etc, of all databases, instead of only the one configured in the connection.
This is particulary not so good when I have multiple databases with the same structure (test and stage versions of the same database for example). In this case all table/column names get duplicated in the auto complete dropdown.
Expected behavior
If this is a feature, so we can use other databases in the same connection without having to create different connections, it would be good to remove the duplicates from the list.
Desktop (please complete the following information):
- SQLTools Version 0.26.0
- VS Code Version: 1.74
- OS: Mac
- Driver:
- PostgreSQL/Redshift
- MySQL/MariaDB
- MSSQL/Azure
- SQLite
- Other? Which...
- Database version: MySQL 8.0.17