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