[jOOQ/jOOQ#9676] [jOOQ/jOOQ#9609] Fix data change delta table in H2

This commit is contained in:
Lukas Eder 2022-01-04 15:58:04 +01:00
parent e00f743506
commit 72aaf95c16

View File

@ -454,14 +454,13 @@ final class Tools {
*/
DATA_ROW_VALUE_EXPRESSION_PREDICATE_SUBQUERY,
/**
* [#2744] Currently rendering the data change delta table syntax.
* <p>
* In some dialects, a <code>FINAL TABLE (INSERT ...)</code> clause exists, which
* corresponds to the PostgreSQL <code>INSERT .. RETURNING</code> clause.
*/
DATA_RENDERING_DATA_CHANGE_DELTA_TABLE,