HHH-14985 H2Dialect does not work properly with h2 2.0.202 on inserts
This commit is contained in:
parent
31a795b8c7
commit
f64f311c4f
|
@ -28,6 +28,6 @@ public class H2IdentityColumnSupport extends IdentityColumnSupportImpl {
|
|||
|
||||
@Override
|
||||
public String getIdentityInsertString() {
|
||||
return "null";
|
||||
return "default";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue