HHH-9044 - Create Oracle12cDialect
This commit is contained in:
parent
11095e709d
commit
e70832d9dd
|
@ -121,7 +121,7 @@ class StatementPreparerImpl implements StatementPreparer {
|
||||||
jdbcCoordinator.executeBatch();
|
jdbcCoordinator.executeBatch();
|
||||||
return new StatementPreparationTemplate( sql ) {
|
return new StatementPreparationTemplate( sql ) {
|
||||||
public PreparedStatement doPrepare() throws SQLException {
|
public PreparedStatement doPrepare() throws SQLException {
|
||||||
return connection().prepareStatement( sql, new int[]{ 1 } );
|
return connection().prepareStatement( sql, autoGeneratedKeys );
|
||||||
}
|
}
|
||||||
}.prepareStatement();
|
}.prepareStatement();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue