Check usage of ORDER BY in ResultSet methods
Bug #608825 reported by
Thomas Herve
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
Fix Released
|
Low
|
Jamu Kakar |
Bug Description
As recently fixed in is_empty, several methods are passing order_by to the generated queries (like any), without it being necessary.
Related branches
lp://staging/~jkakar/storm/any-strips-order-by
- Muharem Hrnjadovic (community): Approve
- Thomas Herve (community): Approve
-
Diff: 319 lines (+107/-61)4 files modifiedstorm/sqlobject.py (+3/-3)
storm/store.py (+39/-14)
tests/store/base.py (+64/-43)
tests/tutorial.txt (+1/-1)
Changed in storm: | |
importance: | Undecided → Low |
assignee: | nobody → Thomas Herve (therve) |
milestone: | none → 0.17 |
Changed in storm: | |
status: | New → In Progress |
assignee: | Thomas Herve (therve) → Jamu Kakar (jkakar) |
Changed in storm: | |
status: | In Progress → Fix Committed |
Changed in storm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.