Merge lp://staging/~therve/storm/binary-and into lp://staging/storm
Proposed by
Thomas Herve
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~therve/storm/binary-and |
Merge into: | lp://staging/storm |
Diff against target: |
305 lines (has conflicts)
Text conflict in storm/databases/mysql.py Text conflict in storm/databases/postgres.py Text conflict in tests/databases/base.py |
To merge this branch: | bzr merge lp://staging/~therve/storm/binary-and |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Henstridge | Approve | ||
Gustavo Niemeyer | Approve | ||
Review via email: mp+387@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 224. By Thomas Herve
-
Re-add precedence in compile_python.
- 223. By Thomas Herve
-
Make explicit compilation of XOR for postgres backend.
- 222. By Thomas Herve
-
* Fix precedence management. It should now do the right thing under Postgres
* Rename the XOR operator to BitwiseXOr - 221. By Thomas Herve <therve@twisted>
-
Add more tests for operator precedence.
- 220. By Thomas Herve <therve@twisted>
-
Merge forward
- 219. By Thomas Herve <therve@twisted>
-
Use clean way to emulate XOR on sqlite, and fix BitwiseNot precedence for
sqlite < 3.5.3 - 218. By Thomas Herve <therve@twisted>
-
Fix precedence of bitwise operators
- 217. By Thomas Herve <therve@twisted>
-
s/BitWise/Bitwise/g
- 216. By Thomas Herve <therve@twisted>
-
Add XOR support for postgres and sqlite.
- 215. By Thomas Herve <therve@twisted>
-
Rename to bitwise, add other operators for standard cases.
Looks great! +1!