Hi There, The Problem is with Liquibase that generates wrong DDL. Sorry for the noise.
Cheers, stan. On Tuesday, April 1, 2014 10:36:16 PM UTC+2, Stanislas Nanchen wrote: > > Hi Rob, Hi Lukas, > > Thank for the answer! > > That what I thought. probably I've made a mistake. I'll check tomorrow at > work. > Cheers, > Stan. > > On Tuesday, April 1, 2014 7:01:58 PM UTC+2, Lukas Eder wrote: >> >> 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.
