Thanks for the answer, let's see how this issues evolves. The current workaround is to handle this on my own, through a dedicated table and transactions. Not as efficient but quite enough for now ;)
++ On Friday, May 27, 2016 at 8:48:19 AM UTC+2, Lukas Eder wrote: > > 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] <javascript:>>: > >> 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] <javascript:>. >> 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.
