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 class H2Dialect extends Dialect {
|
|||
|
||||
@Override
|
||||
public String getCreateTemporaryTableString() {
|
||||
return "create local temporary table if not exists";
|
||||
return "create cached local temporary table if not exists";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue