[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:
Lukas Eder 2022-06-14 15:58:38 +02:00
parent c3e1f751f4
commit f7ac22063f

View File

@ -740,6 +740,8 @@ abstract class AbstractDMLQuery<R extends Record> extends AbstractRowCountQuery