lp:~jkakar/storm/is-empty-strips-order-by

Created by Jamu Kakar and last modified
Get this branch:
bzr branch lp:~jkakar/storm/is-empty-strips-order-by
Only Jamu Kakar can upload to this branch. If you are Jamu Kakar please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jamu Kakar
Project:
Storm
Status:
Merged

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).

360. By Marien Zwart

Add SQLite specific reserved words.
[f=593633] [r=jkakar,jamesh]

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.

357. By James Henstridge

Add a NEWS item for the last commit.

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]

354. By Guilherme Salgado

Add a get_database() method to Store, fixing bug 506536

353. By Jamu Kakar

- Removed Debian packaging files [trivial].

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:storm
This branch contains Public information 
Everyone can see this information.

Subscribers