Do any Embedded databases supported by Dbeaver allow dropdown lists? #37290
Unanswered
kenjitamura
asked this question in
Q&A
Replies: 1 comment
-
Hello. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I saw here that PostgreSQL enums in Dbeaver support a dropdown selection interface. I tried replicating in the graphical editor with enums in DuckDB but was unable to get it to work. The enums in DuckDB not only don't provide a dropdown but when attempting to manually type out the enum value or duplicate a row it returns an error
Parameter [size] value [small] binding not supported
The commands used were the ones from that PostgreSQL post but on a DuckDB database:
I've tried searching to determine where that dropdown interface originated and what databases are supported but was unable to find anything.
I was curious if it happened to be a feature known to work with any of the embedded database types.
Versions tested:
Dbeaver CE 24.3.5
DuckDB 1.2.0
Beta Was this translation helpful? Give feedback.
All reactions