You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2016/09/05 11:05:20 UTC

[jira] [Created] (CAY-2111) Unbind transaction object from the current thread for iterated queries

Andrus Adamchik created CAY-2111:
------------------------------------

             Summary: Unbind transaction object from the current thread for iterated queries
                 Key: CAY-2111
                 URL: https://issues.apache.org/jira/browse/CAY-2111
             Project: Cayenne
          Issue Type: Bug
            Reporter: Andrus Adamchik


See CAY-2110... Iterated queries should unbind their internal transaction from the current thread (still storing it in the iterator object) before returning ResultIterator to the caller. This will remove conflicts between long running select and any other operations a user might want to perform within the iterator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)