lp:~cjwatson/storm/psycopg-2.5

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/storm/psycopg-2.5
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
Storm
Status:
Merged

Recent revisions

478. By Colin Watson

Use ABCMeta for exception base class injection

This requires Python >= 2.6 (which is unlikely to be a problem these days!),
and adds compatibility with psycopg2 >= 2.5.

477. By Free Ekanayaka

Fix test failure

476. By Free Ekanayaka

Merge get-uri [r=ack]

Add a Database.get_uri() method for returning the URI the
database was created with. This is useful for code that
needs to look at connection details.

475. By Alberto Donato

Merge lp:~ack/storm/postgres-case-expr [f=1462224] [r=free.ekanayaka].

474. By Alberto Donato

Merge lp:~ack/storm/postgres-9.2-tests-fix [f=1461598] [r=benji]

473. By Björn Tillenius

Fix intermittent test_advance test failure [r=free]

The Zope tests weren't cleaning up their created modules properly, which
causes test_advance to fail if the Zope tests were run before.

472. By Björn Tillenius

Merge union-different-class-column [f=1445477] [r=ack]

Allow doing union of two result sets for different columns in different
model classes as long as the columns are of the same type.

471. By Free Ekanayaka

Use a savepoint instead of rolling back the store in Schema.check in case the patch directory is not there [trivial] [r=bjornt]

470. By Free Ekanayaka

Fix django tests [trivial]

469. By Free Ekanayaka

Merge schema-sharding [r=bjornt]

Add a new storm.schema.sharding.Sharding class that can be used for
performing patch upgrades across a set of stores. The patches will
be applied "horizontally" (i.e. all patches with version N across
all stores, than all patches with version N + 1 across all stores etc).

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