duckdb_spatial
duckdb_spatial copied to clipboard
DBeaver cannot display geometries anymore with 1.2.2 release
SELECT 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))'::GEOMETRY;
->
works fine with 1.2.1:
I am using current DBeaver version (25.0.2).
FYI: https://github.com/dbeaver/dbeaver/pull/38118
Solved with last early access version (25.1.0) of DBeaver! Looks like they had to adress some changes DuckDB side