I am trying to make use of the (experimental) DuckDB support in jooq 
3.19.11, against DuckDB 1.0.0.

My database contains a "VARCHAR[]" type, which results in jooq codegen 
producing an annoying "@deprecated Unknown data type." warning.

Is my understanding correct that I could simply create a DuckDB extension 
in the spirit of the Postgres extension to resolve this challenge?

My grand masterplan would be to simply copy&paste relevant parts from

jOOQ/jOOQ-postgres-extensions/src/main/java/org/jooq/postgres/extensions/bindings
 
at main ยท jOOQ/jOOQ (github.com) 
<https://github.com/jOOQ/jOOQ/tree/main/jOOQ-postgres-extensions/src/main/java/org/jooq/postgres/extensions/bindings>

Is there anything else that would need to be done such that "the code 
generator will auto-register" my to-be-created-DuckDB extension 
(https://www.jooq.org/doc/latest/manual/code-generation/codegen-extensions/codegen-extension-postgres/)?
 

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jooq-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/912ce560-0bd0-4bdd-a617-bc844877bcdbn%40googlegroups.com.

Reply via email to