Hi, It should be bit, but to be sure, check what is reported by INFORMATION_SCHEMA.COLUMNS.COLUMN_TYPE
Cheers Lukas 2014-06-25 11:25 GMT+02:00 Ben Hood <[email protected]>: > On Wed, Jun 25, 2014 at 10:03 AM, Lukas Eder <[email protected]> wrote: > > You will want to omit the <expression> element and provide only a <types> > > element. I'm guessing that a good choice might be <types>(?i:BIT)</types> > > On the first go, using > > <forcedType> > <name>BOOLEAN</name> > <types>(?i:BIT)</types> > </forcedType> > > did not appear to match the MySQL BIT type - I'll probably have to dig > in a bit (no pun intended) further to find out what the concrete > representation of the MySQL BOOL type is in JOOQ. > > -- > 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.
