[ 
https://issues.apache.org/jira/browse/DERBY-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel John Debrunner closed DERBY-3305.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.4.0.0

Fixed in trunk with tests. Any backport to 10.3 will also require DERBY-3311 as 
this exposes a bug fixed by DERBY-3311.

> 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
>             Fix For: 10.4.0.0
>
>
> 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.

Reply via email to