Issue Details (XML | Word | Printable)

Key: DERBY-2064
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Bernt M. Johnsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Network client setTransactionIsolation() commits any active transactions

Created: 09/Nov/06 08:53 AM   Updated: 19/Jul/09 07:03 PM
Return to search
Component/s: Network Client
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Incorporates
 
Reference

Urgency: Normal
Issue & fix info: Repro attached, Release Note Needed
Bug behavior facts: Embedded/Client difference


 Description  « Hide
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)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.