Client ResultSet.getHoldabilty will return incorrect value when the ResultSet
is obtained from a procedure call
---------------------------------------------------------------------------------------------------------------
Key: DERBY-3311
URL: https://issues.apache.org/jira/browse/DERBY-3311
Project: Derby
Issue Type: Bug
Components: JDBC, Network Client
Affects Versions: 10.4.0.0
Reporter: Daniel John Debrunner
Assignee: Daniel John Debrunner
Priority: Minor
Fixing DERBY-3305 (aka DERBY-1111) exposes that the holdability for a result
set sent over DRDA is being obtained from the Statement that created the JDBC
ResultSet, not its actual holdability. The two can be different when the result
set is dynamic result set from a procedure.
jdbc4.ResultSetTest.getHoldability fails in client mode.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.