lp:~jamesh/storm/bug-242813

Created by James Henstridge and last modified
Get this branch:
bzr branch lp:~jamesh/storm/bug-242813
Only James Henstridge can upload to this branch. If you are James Henstridge please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
James Henstridge
Project:
Storm
Status:
Merged

Recent revisions

331. By James Henstridge

Collapse set expressions with order_by set, and add some extra tests.

330. By James Henstridge

Make SetExpr.__init__() collapse the first argument if it is compatible.

This makes e.g. Union(Union(a, b), c) produce an expression equivalent
to Union(a, b, c), which is less likely to hit the recursion limit
during compilation to SQL. Fixes bug #242813.

329. By Jamu Kakar

- Unbreak Storm by using only integers in the version number
  [trivial].

328. By Jamu Kakar

- Change the version from 0.16 to 0.16dev to make it obvious that
  the current code base is a development version [trivial].

327. By Jamu Kakar

- Updated the NEWS file to prepare it for 0.16.
- Set the version to 0.16.

326. By Jamu Kakar

Merged storm_0.15-1~storm1 [a=autoppa].

  * C extensions build on all support releases of Ubuntu.
  * New 0.15 upsream release.

325. By Jamu Kakar

Merged version-0.15 [trivial]

Storm has been updated to version 0.15. The Debian package source
has been updated to build correctly on all supported releases of
Ubuntu.

324. By James Henstridge

Add a news item about the C extension working on Windows.

323. By James Henstridge

Fix build of C extension on Windows.

[r=jkakar, therve]

322. By James Henstridge

Don't raise ImproperlyConfigured if the storm transaction middleware
isn't loaded: some applications legitimately need finer grained
behaviour than it provides.
[trivial] [f=398987]

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.

Subscribers