Embedded ResultSet.getStatement() returns incorrect reference for dynamic
result sets
-------------------------------------------------------------------------------------
Key: DERBY-3305
URL: https://issues.apache.org/jira/browse/DERBY-3305
Project: Derby
Issue Type: Bug
Components: JDBC
Affects Versions: 10.4.0.0
Reporter: Daniel John Debrunner
Assignee: Daniel John Debrunner
Priority: Minor
ResultSets returned as dynamic results sets, ie. those created in a java
procedure and returned via the java.sql.Statement that executed the call of the
procedure, do not return the correct statement reference for getStatement. Need
to return reference to statement that executed the CALL and returned the
ResultSet instead of the statement that performed the executeQuery.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.