JDBC: possible error when closing multiple result sets

Details

Detail name Value
Changelog Number 6831
Type Bug
Status Resolved
Affected Versions Exasol 6.0.12
Fix Versions Exasol 6.0.13
Resolution Date 2018-10-22

When automatically closing multiple result sets at close connection, for example when closing the connection, it was possible to get an error from the JDBC driver: "java.sql.SQLException: com.exasol.jdbc.EXAHandle cannot be cast to com.exasol.jdbc.EXAResultSet". We have fixed that now.