Version 23.2.3.202310221533. Does not auto fill double quotes for column name #21640
Unanswered
lnm1956
asked this question in
DBeaver Development
Replies: 2 comments
-
Hello @lnm1956 We already have a ticket for this: #21589. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
try to create query something like this
select * from "ClientData" cd where cd."Id" = 1
in previous versions auto fill add cd."Id" but now - cd.Id
result:
SQL Error [42703]: ERROR: column cd.id does not exist
Hint: Perhaps you meant to reference the column "cd.Id".
Beta Was this translation helpful? Give feedback.
All reactions