HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
parent
4c6a1b3c4e
commit
aed5589e4d
|
@ -701,6 +701,11 @@ public class H2Dialect extends Dialect {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getTemporaryTableCreateOptions() {
|
||||||
|
return "TRANSACTIONAL";
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public TemporaryTableKind getSupportedTemporaryTableKind() {
|
public TemporaryTableKind getSupportedTemporaryTableKind() {
|
||||||
return TemporaryTableKind.LOCAL;
|
return TemporaryTableKind.LOCAL;
|
||||||
|
|
Loading…
Reference in New Issue