lp://staging/~therve/storm/reference-invalidated-state

Created by Thomas Herve and last modified
Get this branch:
bzr branch lp://staging/~therve/storm/reference-invalidated-state
Only Thomas Herve can upload to this branch. If you are Thomas Herve please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Thomas Herve
Project:
Storm
Status:
Merged

Recent revisions

341. By Thomas Herve

Typo

340. By Thomas Herve

Add a docstring to get_remote.

339. By Thomas Herve

Make Relation.get_remote checks the invalidated state of the returned
object to prevent from returning removed objects.

338. By James Henstridge

Add startswith(), endswith() and contains_string() methods to Comparable.

[r=jkakar,jdo] [f=387840]

337. By Jamu Kakar

Merged mysql-reserved-words [r=gabriel,jamesh] [f=433833]

MySQL reserved words that weren't treated properly before are
handled correctly now.

336. By James Henstridge

Always allow the result of min(), max() and sum() to be None.

Previously, if the column the aggregate was being applied to had
allow_none=False set, and the aggregate evaluated to NULL (e.g. if the
result set was empty), then a NoneError was raised.
[r=jdo,jkakar] [f=457801]

335. By James Henstridge

Add a NEWS file entry for the set expression collapse feature.

334. By James Henstridge

Nested set expressions are now flattened when safe.

Before hand, it was easy to hit Python's recursion limit when building
large unions with ResultSet.union() (similar for intersect() and
except()). Now the set expression constructor will try to flatten such
expressions, which leads to simpler expression compilation.
[r=jkakar,gabrielgrant] [f=242813]

333. By Jamu Kakar

- New 'make doc' target generates API documentation [trivial].

332. By Jamu Kakar

- The README file now includes information about Storm's license,
  design characteristics and features, and instructions for setting
  up a development environment. Thanks to Gabriel Grant for helping
  write and test the setup notes [trivial].

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.