Relative Content

Tag Archive for jdbcjooqduckdbjooq-codegen-maven

jOOQ: not able to fetch blob (WKB) type field using DuckDB?

I have a a few columns across different tables that store geometries in WKB (which in general terms is a blob type) format. When I use jOOQ to fetch such a column, the column is fetched as null and hence it throws an exception as below: