lp:~lifeless/storm/bug-620615
- Get this branch:
- bzr branch lp:~lifeless/storm/bug-620615
Branch merges
- Gustavo Niemeyer: Disapprove
-
Diff: 12 lines (+1/-1)1 file modifiedstorm/store.py (+1/-1)
Branch information
Recent revisions
- 372. By Thomas Herve
-
Merge loaded-bug-619017 [r=jkakar,
lifeless, niemeyer] [f=619017] Make sure that all variables are defined when an object comes out of the cache
and __storm_loaded__ is called. - 371. By Free Ekanayaka
-
Merge schema-support [f=250412] [r=niemeyer,jkakar]
The schema management code used by the Landscape project has been
included under storm.schema, allowing to define Schema objects for
creating, dropping, clearing and upgrading database schemas across
multiple databases. The patch system is file-based, i.e. each database
patch is defined in a separate file inside a Python module directory.See storm.schema.
patch.PatchAppl ier and storm.schema. schema. Schema for
more details. - 370. By Jamu Kakar
-
Merged better-
timeout- messages [r=lifeless, mwhudson] [f=617973] When a TimeoutError is raised it now includes a description
explaining how the exception was triggered. This should help make
it easier to reason about timeout-related issues. Several
docstrings related to timeout tracing machinery have been added or
improved, as well. - 366. By Jamu Kakar
-
Merged sqlobject-is-empty [r=lifeless,stub] [f=612351]
SQLObjectResultSet has a new is_empty method that behaves the same
as ResultSet.is_empty. It should be used in preference to
SQLObjectResultSet.__nonzero_ _, to ensure that code using the
SQLObject compatibility layer can be easily migrated to pure Storm. - 365. By Jamu Kakar
-
Merged any-strips-order-by [r=al-maisan,
therve] [f=608825] The ResultSet.any and ReferenceSet.any methods strip the ORDER BY
clause, when it's present, as a performance optimization. - 364. By Jamu Kakar
-
Merged result-
set-in- subselects [r=bigkevmcd, therve] [f=337494] A new ResultSet.
get_select_ expr method returns a Select expression
configured to return a user-defined set of columns, based on the
settings of result set. The primary purpose of this functionality
is to make it easy to convert a result set into a form that can be
used as a subselect.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:storm