HHH-6702 mysql test failures

This commit is contained in:
Strong Liu 2011-09-30 17:23:36 +08:00
parent e4480f905c
commit 9d7114ec55
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ public class CallableStatementProxyHandler extends PreparedStatementProxyHandler
}
private Object executeQuery() throws SQLException {
return getConnectionProxy().getJdbcServices().getDialect().getResultSet( ( CallableStatement ) getStatementWithoutChecks() );
return getConnectionProxy().getJdbcServices().getDialect().getResultSet( ( CallableStatement ) this );
}
}