How do I fetch a blob (WKB) type field from DuckDB using jOOQ?
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:
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: