On Wednesday, April 16, 2014 11:33:33 AM UTC-3, Lukas Eder wrote:
>
>
> An example implementation of such a workaround can be seen here, in the 
> commit of our recent implementation of DSL.sequenceByName():
>
> https://github.com/jOOQ/jOOQ/commit/c915b67eda1afd933d8e30901dca18b96d7e549a#diff-71e1fb4ed47f60931aed360e82f98823R5082
>
>
After correcting my understanding of sequence vs serial column (see my 
other reply), I was finally able to get jOOQ's currval() to work using the 
SequenceImpl workaround:

dslContext.currval(new SequenceImpl<Integer>("uris_uriid_seq", null, 
getDataType(Integer.class)))

Thank you so much! Now I have to do much frenzied coding to try to get back 
on track after this entire day lost...

-- 
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.

Reply via email to