mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 23:25:00 +00:00
HHH-6096 - H2Dialect should use CACHED option for temporary table creation
This commit is contained in:
parent
38068e1495
commit
dfcdab4a33
@ -298,7 +298,7 @@ public boolean supportsTemporaryTables() {
|
||||
|
||||
@Override
|
||||
public String getCreateTemporaryTableString() {
|
||||
return "create local temporary table if not exists";
|
||||
return "create cached local temporary table if not exists";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user