Merge lp://staging/~jamesh/storm/bug-585704 into lp://staging/storm
Proposed by
James Henstridge
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 373 | ||||
Proposed branch: | lp://staging/~jamesh/storm/bug-585704 | ||||
Merge into: | lp://staging/storm | ||||
Diff against target: |
83 lines (+9/-8) 4 files modified
NEWS (+1/-0) storm/variables.py (+1/-1) tests/databases/base.py (+1/-1) tests/databases/postgres.py (+6/-6) |
||||
To merge this branch: | bzr merge lp://staging/~jamesh/storm/bug-585704 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
John O'Brien (community) | Approve | ||
Thomas Herve (community) | Approve | ||
Review via email: mp+26472@code.staging.launchpad.net |
Description of the change
Fix some incompatibilities with the latest versions of pyscopg2.
The problems all seemed to indicate bugs in Storm, where we were passing text data to psycopg2 using binary types. With newer psycopg2, the Binary() type includes an explicit cast when interpolated, which caused the problems.
To post a comment you must log in.
Seems reasonable, +1!