You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrei Veprev (JIRA)" <ji...@apache.org> on 2013/09/23 10:45:03 UTC

[jira] [Created] (CAY-1874) Procedure action ignores the first result set

Andrei Veprev created CAY-1874:
----------------------------------

             Summary: Procedure action ignores the first result set
                 Key: CAY-1874
                 URL: https://issues.apache.org/jira/browse/CAY-1874
             Project: Cayenne
          Issue Type: Bug
          Components: Core Library
    Affects Versions: 3.2M1
         Environment: DB2
            Reporter: Andrei Veprev


Seems ProcedureAction ignores the first ResultSet after executing procedure call. The first call in the result processing is getMoreResults() which, as documentation states, "implicitly closes any current ResultSet". http://docs.oracle.com/javase/6/docs/api/java/sql/Statement.html#getMoreResults()

Patch is attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira