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.
