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

[DuckDB] Aliases are not completed in SQL statements #33107

Closed
EvgeniaBzzz opened this issue May 16, 2024 · 0 comments · Fixed by #33135
Closed

[DuckDB] Aliases are not completed in SQL statements #33107

EvgeniaBzzz opened this issue May 16, 2024 · 0 comments · Fixed by #33135

Comments

@EvgeniaBzzz
Copy link
Contributor

EvgeniaBzzz commented May 16, 2024

Description

'Insert table aliases (in FROM clause)' is set to my_table mt

  1. Connect to DuckDB
  2. Open SQL editor
  3. Type statement and select table name from autocomplete list

Actual: SELECT * FROM main.TableName
Expected: SELECT * FROM main.TableName tn. It works as expected for other drivers

image

Client version: DuckDBJ 1.0
Server version: DuckDB v0.10.2

DBeaver Version

24.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants