lp://staging/~stub/storm/memlimitedcache
- Get this branch:
- bzr branch lp://staging/~stub/storm/memlimitedcache
Branch merges
Branch information
Recent revisions
- 311. By James Henstridge
-
(Stuart Bishop) Make the PostgreSQL backend require psycopg2 >= 2.0.7.
This allows us to remove the work around for broken quoting in older
releases of psycopg2.
[r=jamesh,therve] [f=322206] - 310. By James Henstridge
-
(Stuart Bishop) Fix ZStorm.get documentation, as per Bug #392011.
[r=jamesh,therve] [f=392011]
- 308. By James Henstridge
-
Raise DisconnectionError if the connection was dropped outside our control.
If the connection is used outside of Storm's control (e.g. if it is
being shared with Django) and Storm misses the initial disconnection
error, it should report the error the next time the connection is used
through Storm.
[r=therve,stub] [f=374909] - 307. By James Henstridge
-
Change compile_python so that constants can be injected into the matcher.
This allows compile_python to work on the class of expressions
containing values whose repr() is not a valid Python expression. It
also removes the need to construct new copies of values in the matcher.
[r=therve,niemeyer] [f=349482] - 306. By Thomas Herve
-
Merge django-
compatibility- fix [r=niemeyer,therve] [a=statik] Add support for newer versions of Django by not checking arguments passed to
_cursor. - 305. By James Henstridge
-
(Francis Lacoste) Check for disconnection errors when running tracers.
The timeout tracer executes SQL statements, so it is possible that a
disconnection could be reported at that point.
[r=jkakar,jamesh] [f=360846]
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar RepositoryFormatKnitPack6 (bzr 1.9)
- Stacked on:
- lp://staging/storm