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

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
Storm
Status:
Merged

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.

492. By Colin Watson

Don't depend on dict ordering in pickle variable tests. [r=verterok]

491. By Colin Watson

Use Python 3-friendly "except" syntax. [r=simpoir]

490. By Colin Watson

Add tox testing support. [r=simpoir]

489. By Colin Watson

Cope with ThreadTransactionManager changes in transaction 2.4.0. [r=adam-collard,simpoir]

488. By Colin Watson

Document removal of MySQL support in NEWS. [r=adam-collard]

487. By Colin Watson

Work around circular import bug in twisted.trial.reporter. [r=adam-collard]

486. By Alberto Donato

Drop support for MySQL. [r=chad.smith,simpoir]

485. By Colin Watson

Merge lp:~cjwatson/storm/more-weakrefs [r=adam-collard,tonysimpson]

Use weak references from Variable and MutableValueVariable 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
This branch contains Public information 
Everyone can see this information.

Subscribers