Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Autocompletions are not working properly #1048

Open
Anvesh9652 opened this issue Feb 15, 2024 · 1 comment
Open

[BUG] Autocompletions are not working properly #1048

Anvesh9652 opened this issue Feb 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Anvesh9652
Copy link

Anvesh9652 commented Feb 15, 2024

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 Anvesh9652 added the bug Something isn't working label Feb 15, 2024
@cweijan
Copy link
Owner

cweijan commented Feb 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants