Is there an easy way to enable DuckDB assertions in the JDBC build? Would failing assertions be interesting?
Yes, that would indeed be interesting. Will look into creating such a build.
Two more things that might be interesting for testing:
As a first step, I added a way to create a debug build of the JDBC driver: make jdbcdebug in the jdbccompliance branch.
Great, thanks! I found the first failing assertion using it (https://github.com/cwida/duckdb/issues/547).
Great, thanks! I found the first failing assertion using it (#547).
Excellent!