Session isolation level should only be set if configured
Bug #371806 reported by
Drew Smathers
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
New
|
Undecided
|
Unassigned |
Bug Description
This applies to oracle-support branch. Currently isolation level is always set on connection establishment and defaults to SERIALIZABLE. This is problematic because:
1. Client default conflicts with oracle default: READ COMMITTED
2. There is no way to prevent setting isolation level on session - default should be to do nothing
Related branches
To post a comment you must log in.
See revision 278 in my branch for suggested patch: http:// bazaar. launchpad. net/~djfroofy/ storm/twisted- oracle/ revision/ 278