There are many workarounds: - You can circumvent DAO usage if you have such default values - You can patch jOOQ yourself for the time being
Note that Marko Topolnik has solved this problem in his client code: https://groups.google.com/d/msg/jooq-user/8MBETRVrLCM/oAt9hbE6kY4J Cheers Lukas 2013/11/6 <[email protected]> > Another question with DAOs : > > What is the recommended workaround for bug > https://github.com/jOOQ/jOOQ/issues/2700 ? > > DAOs are currently not usable if there is a default value columns. This is > pretty much a show stopper for me (at least for DAO use)... > > Thanks. > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
