Merge lp://staging/~jkakar/storm/uuid-bug-fixes into lp://staging/storm
Proposed by
Jamu Kakar
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Thomas Herve | ||||
Approved revision: | 388 | ||||
Merged at revision: | 393 | ||||
Proposed branch: | lp://staging/~jkakar/storm/uuid-bug-fixes | ||||
Merge into: | lp://staging/storm | ||||
Diff against target: |
120 lines (+25/-5) 6 files modified
storm/locals.py (+1/-1) storm/variables.py (+1/-1) tests/store/base.py (+14/-2) tests/store/mysql.py (+5/-1) tests/store/postgres.py (+2/-0) tests/store/sqlite.py (+2/-0) |
||||
To merge this branch: | bzr merge lp://staging/~jkakar/storm/uuid-bug-fixes | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Herve (community) | Approve | ||
James Henstridge | Approve | ||
Review via email: mp+49616@code.staging.launchpad.net |
Description of the change
This branch introduces the following changes:
- UUIDVariable.
value, which makes it work with psycopg.
To post a comment you must log in.
Looks good, although I don't see what the tests/databases /postgres. py changes are needed for. The testing seems to be happening at the tests/store level.