Network client setTransactionIsolation() commits any active transactios
-----------------------------------------------------------------------

                 Key: DERBY-2064
                 URL: http://issues.apache.org/jira/browse/DERBY-2064
             Project: Derby
          Issue Type: Bug
          Components: Network Client
            Reporter: Bernt M. Johnsen


Network client implements setTransactionIsolation() using
Statement.executeUpdate("SET CURRENT ISOLATION.......")
which again causes any active transactions to commit.

This differs from the embedded driver, where setTransactionIsolation() does not 
cause a commit.

(Note that "SET CURRENT ISOLATION....." will commit active transactions 
idependent of this)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to