re-write jdbcapi/UpdatableResultSetTest.java to close the statements used in
the fetch and fetchUpd methods
-----------------------------------------------------------------------------------------------------------
Key: DERBY-2826
URL: https://issues.apache.org/jira/browse/DERBY-2826
Project: Derby
Issue Type: Test
Reporter: V.Narayanan
Priority: Minor
The fetch and fetchUpd methods of jdbcapi/UpdatableResultSetTest.java
use statements and do not close them at a later stage. other JUnit tests
have occasionally failed because statements or result sets were not closed
and some resources were held until they were garbage collected.
It would be good to rewrite them so that the statements could be closed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.