lp:~jamesh/storm/bug-136806

Created by James Henstridge and last modified
Get this branch:
bzr branch lp:~jamesh/storm/bug-136806
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

286. By James Henstridge

merge from trunk, fixing conflicts

285. By James Henstridge

Add a test to show that lists of enumerations are handled correctly at
the store level.

284. By James Henstridge

Clean up test a little.

283. By James Henstridge

Modify the ListVariable test to use EnumVariables for its items, since
its values have different representations on the Python and database
sides.

Fix ListVariable._parse_get() to correctly create the item variables
when producing database representation.

282. By Gustavo Niemeyer

Merged is-empty-support branch [r=jkakar,salgado,jamesh]

This adds the ResultSet.is_empty() method, which returns True when
the ResultSet represents an empty set (surprise!).

281. By James Henstridge

Add Reference.__ne__() method. [r=niemeyer,jkakar][f=244768]

This fixes inequality comparisons against references in find
expressions.

280. By Jamu Kakar

- Add Store constructor change to NEWS file.

279. By James Henstridge

Add a news item for the transaction changes.

278. By James Henstridge

Only join the global transaction when a store is used.

Previously, Storm was using a synchronizer to join each new transaction
when it started. Now the store is only joined to the transaction when
it is used, which means a store won't be involved in transaction
commit if it wasn't used and is closer to how zope.rdb does things.
[r=therve,jkakar][f=230977]

277. By Jamu Kakar

Merged custom-store-cache [r=niemeyer,radix]

This branch is a minor update to the previous one. Instead of
taking a cache size, a cache instance can be passed to Store. This
allows greater control of caching behaviour.

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