Queries with a VARIANT column fail in the UI with:
Error: unrecognized type id: 109
Minimal repro:
SELECT [1, 2, 3]::VARIANT AS v;
The same query works in the DuckDB CLI, so this looks like a UI type-handling issue rather than a SQL execution issue.
Would you be able to share whether VARIANT support in duckdb -ui is planned?
Queries with a VARIANT column fail in the UI with:
Minimal repro:
The same query works in the DuckDB CLI, so this looks like a UI type-handling issue rather than a SQL execution issue.
Would you be able to share whether VARIANT support in duckdb -ui is planned?