[jOOQ/jOOQ#7106] More transaction statement support (WIP)
This includes: - EXASOL implementation
This commit is contained in:
parent
aa733032cc
commit
2ce6ca6120
@ -42,6 +42,7 @@ import static java.lang.Boolean.TRUE;
|
||||
import static org.jooq.Constants.FULL_VERSION;
|
||||
import static org.jooq.ExecuteType.DDL;
|
||||
// ...
|
||||
// ...
|
||||
import static org.jooq.SQLDialect.FIREBIRD;
|
||||
import static org.jooq.SQLDialect.HSQLDB;
|
||||
// ...
|
||||
|
||||
@ -95,6 +95,13 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case FIREBIRD: {
|
||||
// [#7106] Blocks can't start new transactions
|
||||
if (ctx.data(DATA_BLOCK_NESTING) == null)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user