duckdb_spatial icon indicating copy to clipboard operation
duckdb_spatial copied to clipboard

DBeaver cannot display geometries anymore with 1.2.2 release

Open ericemc3 opened this issue 11 months ago • 1 comments

SELECT 'POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))'::GEOMETRY;

->

Image

works fine with 1.2.1:

Image

I am using current DBeaver version (25.0.2).

ericemc3 avatar Apr 11 '25 16:04 ericemc3

FYI: https://github.com/dbeaver/dbeaver/pull/38118

ericemc3 avatar May 19 '25 16:05 ericemc3

Solved with last early access version (25.1.0) of DBeaver! Looks like they had to adress some changes DuckDB side

ericemc3 avatar May 27 '25 05:05 ericemc3