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