Hi Stan,

Could you share some DDL to help reproduce this issue? HSQLDB arrays should
be supported out of the box by jOOQ's code generator...

Cheers
Lukas

2014-04-01 10:57 GMT+02:00 Stanislas Nanchen <[email protected]>:

> Hi !
>
> I have the following problem : in a Table A , i have a integer array
> column 'b'.
> The standard code generation generates a column 'b' of type Integer
> instead of Integer[].
>
> However, when I manually change the generated Classes (Table and Record)
> to use Integer[] instead of Integer,
> everything works fine (the array is correctly written and read).
>
> I've tried to force the type with a 'forcedType' directive to no avail.
>
> How can I force the code generation?
>
> Cheers,
> Stan.
>
> p.s.: i'm using jooq 3.2.3
>
> --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to