vscode-database-client
vscode-database-client copied to clipboard
[BUG] Autocompletions are not working properly
Database type and version:
- Postgres and 16-bullseye (docker image)
I noticed that quick suggestions are working in a weird way at some places for Postgres.
I have two tables: dummy and dummy2.
-
No table suggestions for the
truncate
command. -
No suggestions for Common Table Expressions (CTE) created with the "WITH" clause.
-
Continuing from 2nd point, in the SELECT statement, no suggestions were showing for table columns after a comma; instead, it is suggesting other table names.
However, if don't add a comma, it is suggesting column names
Thanks feedback, I will fix the points you mentioned in future versions.
Fixed in version 7.4.5.