2017-05-15 17:28 GMT+02:00 Lukas Eder <[email protected]>: > > 2017-05-15 16:16 GMT+02:00 <[email protected]>: > >> >> > Also looks to be an issue around auto increment. >> > > Yes, that's clearly a bug. I've registered an issue for this: > https://github.com/jOOQ/jOOQ/issues/6221 > > Up until jOOQ 3.9, there was no way to create identities at all through > the DDL API: > https://github.com/jOOQ/jOOQ/issues/5062 > > But with 3.9, these should be maintained also when using DSLContext.ddl(). >
Hmm, that's a much bigger issue than just DSLContext.ddl(): The code generator is currently not attaching identity information on the generated data type reference for the relevant column. I've created another issue to track this, separately: https://github.com/jOOQ/jOOQ/issues/6222 -- 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.
