vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

[BUG] Autocompletions are not working properly

Open anvesh9652 opened this issue 1 year ago • 1 comments

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.

  1. No table suggestions for the truncate command.

    image
  2. No suggestions for Common Table Expressions (CTE) created with the "WITH" clause.

    image
  3. 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.

    image

    However, if don't add a comma, it is suggesting column names

    image

anvesh9652 avatar Feb 15 '24 17:02 anvesh9652

Thanks feedback, I will fix the points you mentioned in future versions.

cweijan avatar Feb 16 '24 06:02 cweijan

Fixed in version 7.4.5.

cweijan avatar Jun 08 '24 11:06 cweijan