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

In column completions, `database` is a typo for `db`

Open smaspe opened this issue 3 years ago • 1 comments

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

smaspe avatar Jan 04 '21 13:01 smaspe

Code has changed in this area. Do you still experience the problem with the latest version, 0.24.0?

gjsjohnmurray avatar Sep 02 '22 05:09 gjsjohnmurray