This is, unfortunately, not yet implemented: https://github.com/jOOQ/jOOQ/issues/5062
This can currently not be emulated by plain SQL. The only workaround I see right now is to implement an ExecuteListener (or VisitListener) that patches the generated SQL code. Hope this helps, Lukas 2016-05-26 22:51 GMT+02:00 <[email protected]>: > Hi > > I would like to create a table having a column with an auto incremented > value, the way mysql does so for example. > > I haven't found a way to do it, am I missing something? > > Thanks in advance > > Best > joseph > > -- > 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.
