Merge lp://staging/~jkakar/storm/any-strips-order-by into lp://staging/storm
Proposed by
Jamu Kakar
Status: | Merged |
---|---|
Approved by: | Muharem Hrnjadovic |
Approved revision: | 365 |
Merged at revision: | 365 |
Proposed branch: | lp://staging/~jkakar/storm/any-strips-order-by |
Merge into: | lp://staging/storm |
Diff against target: |
319 lines (+107/-61) 4 files modified
storm/sqlobject.py (+3/-3) storm/store.py (+39/-14) tests/store/base.py (+64/-43) tests/tutorial.txt (+1/-1) |
To merge this branch: | bzr merge lp://staging/~jkakar/storm/any-strips-order-by |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Muharem Hrnjadovic (community) | Approve | ||
Thomas Herve (community) | Approve | ||
Review via email: mp+30686@code.staging.launchpad.net |
Description of the change
This branch introduces the following changes:
- An ORDER BY clause, if present, is removed when ResultSet.any is
invoked.
- The test for ResultSet.is_empty has been updated to use the debug
tracer, instead of monkey patching Store._
The other functions that could benefit from this kind of change,
ResultSet.
modified because replace_columns already includes this optimization.
To post a comment you must log in.
+1!