lp://staging/~stub/storm/trunk
- Get this branch:
- bzr branch lp://staging/~stub/storm/trunk
Branch merges
Branch information
Recent revisions
- 397. By Free Ekanayaka
-
Guard ZStormResourceM
anager against tests overwriting the ZStorm utility [trivial] [r=therve] - 396. By Thomas Herve
-
Merge earlier-
register- transaction [r=jkakar,stub] [f=819282] Move the firing of the register-
transaction event in Connection.execute
before the connection checking, to make sure that the store gets registered properly
for future rollbacks. - 395. By Sidnei da Silva
-
Skip disconnection tests if 'transaction' module cannot be
imported. Fix import of DatabaseError so that it works with
Django 1.1 as well. [f=816049][qa=ahasenack] [trivial] - 394. By James Henstridge
-
Provide wrapped cursor objects in the Django integration layer.
This allows us to catch some disconnection errors that might otherwise
be missed, leading to broken connections.
[r=tcole,beuno] - 393. By Jamu Kakar
-
Merged uuid-bug-fixes [r=jamesh,therve] [f=691752]
The UUIDVariable correctly converts inputs to unicode before sending
them to the database. This makes the UUID property usable. - 392. By Thomas Herve
-
Merge distinct-on [a=wgrant] [r=danilo,therve] [f=374777]
Add support for Postgres DISTINCT ON queries.
- 391. By Free Ekanayaka
-
Merge twisted-transact [f=777047] [r=jkakar,therve]
This branch adds a new storm.twisted.
transact module that sports
facilities to use Storm in a Twisted process, by running in a
separate thread the code that interacts with the database. - 390. By Free Ekanayaka
-
Merge schema-
uri-in- testresource [f=772258] [r=therve,bjornt] This branch makes ZStormResourceM
anager support applying database
schemas by connecting with a custom URI, typically using a user
with greater privileges than the application one. - 389. By Robert Collins
-
Merged bug-759384 [a=lifeless] [r=jkakar,therve] [f=759384]
The ISQLObjectResultSet declares an is_empty method, which matches the
existing implementation. This makes it possible to call the method in
security proxied environments.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/storm