[jOOQ/jOOQ#9879] Fix DML .. RETURNING statements for Oracle
We can't rely on JDBC to get generated keys in Oracle when there are virtual client side generated columns in the RETURNING clause
This commit is contained in:
parent
c3e1f751f4
commit
f7ac22063f
@ -740,6 +740,8 @@ abstract class AbstractDMLQuery<R extends Record> extends AbstractRowCountQuery
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user