Skip to content

Commit 7389e5f

Browse files
jrenaatbeikov
authored andcommitted
HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <[email protected]>
1 parent d64b956 commit 7389e5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,11 @@ public SqmMultiTableInsertStrategy getFallbackSqmInsertStrategy(
684684
);
685685
}
686686

687+
@Override
688+
public String getTemporaryTableCreateOptions() {
689+
return "TRANSACTIONAL";
690+
}
691+
687692
@Override
688693
public TemporaryTableKind getSupportedTemporaryTableKind() {
689694
return TemporaryTableKind.LOCAL;

0 commit comments

Comments
 (0)