question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Autocomplete works incorrectly for table names in quotes

See original GitHub issue

System information:

  • DBeaver version 21.1.2

Connection specification:

  • Database name and version PostgreSQL

Describe the problem you’re observing:

Autocomplete doesn’t propose or proposes columns from a different table if a table name is fully qualified and in quotes, but current active schema is a different from the one that contains the table.

Steps to reproduce, if exist:

  1. Set any schema as active in SQL Editor
  2. Type any statement.
  3. Start typing full name of the column for the table from another schema with quotes e. g. schema_name."table.name".
  4. Press Ctrl + Space

Expected: Column names from the correct table are proposed. Actual: Either no proposals or columns from a different table.

2021-06-25_13h55_40

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Matvey16commented, Jun 28, 2021

@ayan84 Hello. You can download the latest early access version from https://dbeaver.io/files/ea/ It is currently still 21.1.1 but has a lot of bugs fixed and new features added. This particular issue is palnned to be fixed in 21.2.0

0reactions
Matvey16commented, Aug 24, 2021

Verified

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocomplete is not working in case table name quoted by ...
Steps to reproduce the behavior: Try to write select query with table names in quotation; Autocomplete is not working, see screenshots below ...
Read more >
Disable auto quotes around table and column names
Using Autocomplete within DataGrip will wrap a table or column name with quotes. Here's an example: SELECT * FROM "Table".
Read more >
Unquoted table names don't work [duplicate] - Stack Overflow
it works without quotes only of name was created is in uppercase. By default all unquoted names are stored in uppercase. For example:...
Read more >
Autocomplete in Query Tool not adding quotes to uppercase ...
I have a problem when using autocomplete feature in Query Tool. ... OK with lowercase names. ex. select * from ADRES it shout...
Read more >
Auto complete for tables are not happening when we querying ...
I am describing here autocomplete without an alias name. If you logged in 'Scott' schema and start typing a table name of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found