Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#4980
We can see the dbeaver will send query :
Now we db name and table name in
information_schema
are uppper case. But the columns ininformation_schema
is lowwer case.Now in planner v2 we has already support
So maybe the db name and table name can set to lowwer case?
Beta Was this translation helpful? Give feedback.
All reactions