-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Description
If the MySQL configuration has a multi-database setup, sql-language-server seems to only complete tables and fields from one of the databases at a time. For example, in a query like such.
SELECT *
FROM db1.star
JOIN db2.planet
ON star.coordinate BETWEEN planet.x AND planet.y;Possible code location:
| database: this.settings.database || '', |
Finally, supporting multiple databases probably doesn't need to be specific to MySQL but made a specific request to start π .
Thanks in advance for considering this request π .
Workaround
In Neovim: As per README: Switch database connection, mapping the workspace/executeCommand method to call switchDatabaseConnection works fine when completing one database at a time.
References
Following issues are possibly related.
pataquets
Metadata
Metadata
Assignees
Labels
No labels