I encounter the same issue in Version 3.8.3 with Oracle 12C using 
record.update().

The query exposes SQL statement which starts with "begin update ... 
returning "MY_SCHEMA"."MY_TABLE"."MY_KEY" into ?; end;"
If I prevent using
org.jooq.impl.TableRecordImpl#setReturningIfNeeded
in class
org.jooq.impl.UpdatableRecordImpl#storeUpdate0
then the execute statement returns 0 on concurrent modification.

For me this issue renders using record.update() useless.

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