lp://staging/~jkakar/storm/is-empty-strips-order-by
- Get this branch:
- bzr branch lp://staging/~jkakar/storm/is-empty-strips-order-by
Branch merges
- Kevin McDermott (community): Approve
- Robert Collins (community): Approve
- Storm Developers: Pending requested
-
Diff: 52 lines (+23/-1)2 files modifiedstorm/store.py (+1/-0)
tests/store/base.py (+22/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 362. By Jamu Kakar
-
- Fix a typo in a docstring.
- Unpack the list of captured statements to ensure there is only
one. - 361. By Jamu Kakar
-
- An ORDER BY is removed from a statement, if its present, when
ResultSet.is_empty is called. This should provide a small
performance improvement (particularly when the total numbers of
rows yielded by the query is large). - 359. By James Henstridge
-
Detect when per-thread stores are used in the wrong thread
ZStorm manages per-thread stores that get joined to the current thread's
transaction when used. If those stores get passed between threads, they
can be joined to the wrong transaction. This can lead to bugs that are
difficult to reproduce and debug. With this change, such use results in
an error.
[f=348815] [r=therve,jkakar] - 358. By Jamu Kakar
-
Merged reference-
set-order- by [r=niemeyer,sidnei] [f=580037] The order_by property defined for a ReferenceSet can now be
specified as string, in order to avoid circular dependency issues.
The property column is resolved after import time. - 356. By James Henstridge
-
Add an API for blocking access to connections and stores.
This is intended to let applications detect and handle unexpected
database access.
[r=therve,jkakar] - 355. By James Henstridge
-
Disallow setting a ReferenceSet attribute.
Previously setting a ReferenceSet attribute succeeded, but did not
update the reference set, which could hide bugs.
[r=jkakar,therve] [f=394428]
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/storm