vscode-sqltools
vscode-sqltools copied to clipboard
In column completions, `database` is a typo for `db`
As shown in node-sql-parser From model, the property containing the database is db
Currently, it is referred to as database
, resulting in undefined
database in all column completion. See
https://github.com/mtxr/vscode-sqltools/blob/b8938cafa59dd378d22a7ef24ecb710de51b400e/packages/plugins/intellisense/language-server.ts#L143 where t is of type From
Code has changed in this area. Do you still experience the problem with the latest version, 0.24.0?