2014-04-14 19:35 GMT+02:00 Garret Wilson <[email protected]>: > On Monday, April 14, 2014 2:11:46 PM UTC-3, Lukas Eder wrote: >> >> ... >> This is only a matter of finding a meaningful way to name the DSL method, >> as "default" is a keyword in Java and cannot be used. >> > > defaultValue() springs to mind... >
This issue has now been implemented for jOOQ 3.4: https://github.com/jOOQ/jOOQ/issues/1061 defaultValue() was indeed the best choice here, as it works well with the existing defaultValues(), which can be used on INSERT statements. -- 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.
