Merge lp://staging/~cjwatson/storm/fix-isolation-level-psycopg2-version into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 495 |
Proposed branch: | lp://staging/~cjwatson/storm/fix-isolation-level-psycopg2-version |
Merge into: | lp://staging/storm |
Diff against target: |
18 lines (+2/-2) 1 file modified
tests/databases/postgres.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/fix-isolation-level-psycopg2-version |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Adam Collard (community) | Approve | ||
Review via email: mp+368207@code.staging.launchpad.net |
Commit message
Fix tests with psycopg2 2.4 and 2.4.1.
Description of the change
Support for the REPEATABLE READ isolation level was only added in psycopg2 2.4.2, not 2.4 (see http://
To post a comment you must log in.