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: Autocomplete includes random keywords, but does not include table names for the default schema #2041

Closed
rathboma opened this issue Mar 24, 2024 · 0 comments · Fixed by #2044
Assignees
Labels
bug Something isn't working pre-release 🚫 To be fixed before the next release

Comments

@rathboma
Copy link
Collaborator

rathboma commented Mar 24, 2024

  1. Connect to PostgreSQL dev database
  2. Start a new query
  3. Type "select * from f"
  4. It should autocomplete film, but it autocompletes a bunch of nonsense, none of the entries are tables in public

image

Fully qualified table names appear, for example public.film, but not film.

Also: tables from the default schema should be at the top of the autocomplete list.

After fixing, make sure the following work:

  • type from, a list of tables should show up
  • type join, a list of tables should show up
  • Give a table an alias, eg from film f, then type f., a list of the columns of film should show up
@rathboma rathboma added bug Something isn't working pre-release 🚫 To be fixed before the next release labels Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pre-release 🚫 To be fixed before the next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants