lp://staging/~cjwatson/storm/fix-isolation-level-psycopg2-version
Created by
Colin Watson
and last modified
- Get this branch:
- bzr branch lp://staging/~cjwatson/storm/fix-isolation-level-psycopg2-version
Only
Colin Watson
can upload to this branch. If you are
Colin Watson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Adam Collard (community): Approve
-
Diff: 18 lines (+2/-2)1 file modifiedtests/databases/postgres.py (+2/-2)
Branch information
Recent revisions
- 493. By Colin Watson
-
Fix tests with psycopg2 2.4 and 2.4.1.
Support for the REPEATABLE READ isolation level was only added in
psycopg2 2.4.2, not 2.4 (see
http://initd.org/ psycopg/ docs/news. html#what- s-new-in- psycopg- 2-4-2).
Correct the version guard in the test suite to make it easier to run
test matrixes that include psycopg2 2.4 and 2.4.1. - 489. By Colin Watson
-
Cope with ThreadTransacti
onManager changes in transaction 2.4.0. [r=adam- collard, simpoir] - 485. By Colin Watson
-
Merge lp:~cjwatson/storm/more-weakrefs [r=adam-
collard, tonysimpson] Use weak references from Variable and MutableValueVar
iable to EventSystem, to avoid GC cycles. - 484. By Alberto Donato
-
Revert merge from r483 (which breaks when different stores are involved). [trivial]
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/storm