Merge lp://staging/~radix/storm/count-limited-union into lp://staging/storm
Proposed by
Christopher Armstrong
Status: | Merged |
---|---|
Approved by: | Thomas Herve |
Approved revision: | 455 |
Merged at revision: | 454 |
Proposed branch: | lp://staging/~radix/storm/count-limited-union |
Merge into: | lp://staging/storm |
Diff against target: |
56 lines (+34/-1) 2 files modified
storm/store.py (+5/-1) tests/store/base.py (+29/-0) |
To merge this branch: | bzr merge lp://staging/~radix/storm/count-limited-union |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Herve (community) | Approve | ||
Review via email: mp+139825@code.staging.launchpad.net |
Description of the change
Can someone explain to me what this branch breaks?
I have some code that I would love to be able to do a result1.
By the way, the error message it raised was really confusing; it looks like replace_columns assumes it's only being called in a __contains__ code path, when it's also called elsewhere.
To post a comment you must log in.
The message is definitely outdated, by only mentioning __contains__, but it seems to me that's it's still valid: the order_by value is not passed along, so it can't be used by the new expression? Your test doesn't check that as there is only one value.