> > I should be able to use CURRVAL<http://stackoverflow.com/a/2944481/421049>, >> and indeed >> DSLContext<http://www.jooq.org/javadoc/3.3.x/org/jooq/DSLContext.html> seems >> to have a currval(), but it requires a Sequence. Where do I get a sequence? >> I don't seem to be able to do this: >> >> ...sequenceByName("entity_id") >> > > You're right, this method should be added for API completeness. I have > added a feature request for this: > https://github.com/jOOQ/jOOQ/issues/3189 > > As a workaround, you can instanciate the internal (but public) type > org.jooq.impl.SequenceImpl instead. >
This is implemented on GitHub master and will be included in jOOQ 3.4. Cheers Lukas -- 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.
