Thanks for your message. jOOQ 3.19.11 didn't support DuckDB 1.0 yet, and neither did we support DuckDB arrays in jOOQ 3.19. See:
- https://github.com/jOOQ/jOOQ/issues/15732 - https://github.com/jOOQ/jOOQ/issues/16836 On Sat, Aug 31, 2024 at 1:20 PM Stefan Hoffmeister < [email protected]> wrote: > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jooq-user/912ce560-0bd0-4bdd-a617-bc844877bcdbn%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/912ce560-0bd0-4bdd-a617-bc844877bcdbn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/CAB4ELO7qD%2BJx%2B_WqRY%3D0GajoMv%2B9%3DOk%2BzqgUYWi5vbY5SpLWug%40mail.gmail.com.
