HHH-6702 mysql 51 test failures
This commit is contained in:
parent
3d3b5b85f5
commit
3c07e5d6ba
|
@ -53,6 +53,6 @@ public class CallableStatementProxyHandler extends PreparedStatementProxyHandler
|
|||
}
|
||||
|
||||
private Object executeQuery() throws SQLException {
|
||||
return getConnectionProxy().getJdbcServices().getDialect().getResultSet( ( CallableStatement ) this );
|
||||
return getConnectionProxy().getJdbcServices().getDialect().getResultSet( ( CallableStatement ) getStatementWithoutChecks() );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue