lp:~therve/storm/277095-update-cache

Created by Thomas Herve and last modified
Get this branch:
bzr branch lp:~therve/storm/277095-update-cache
Only Thomas Herve can upload to this branch. If you are Thomas Herve please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Thomas Herve
Project:
Storm
Status:
Merged

Recent revisions

273. By Thomas Herve

Remove trailing whitespaces

272. By Thomas Herve

Reorder the test case to make it pass under SQLite (from James).

271. By Thomas Herve

Update C extension with the same fix as variables.py

270. By Thomas Herve

Reset checkpoint states of variables when updating a field with a lazy value:
this fixes a problem with an update reverting a field value to a previously
cached value.

269. By Thomas Herve

Merge no-alive-flush [r=niemeyer,jkakar]

Remove the need to iterate all objects in the alive set at flush time by using
a flush event subscribed by variables holding mutable values (pickle and list).
This improves performance drastically when lots of objects are in the cache.

268. By James Henstridge

Add storm.django package, providing integration between Storm and Django.
[r=niemeyer,jkakar]

267. By Gustavo Niemeyer

Updated TODO file.

266. By Jamu Kakar

- PYTHON environment variable can be defined on the command-line
  when building the C extensions. This is handy when you need to
  build with an older version of Python [trivial].

265. By Jamu Kakar

- Fix minor wiki formatting error in infoheritance doctest
  [trivial].

264. By Jamu Kakar

Merged infoheritance-doctest [r=jamesh,therve] [f=260485]

A new doctest describing the Infoheritance pattern is integrated
into the test suite. Infoheritance tries to replicate the benefits
of inheritance without violating Storm's restriction that data for
an object may not come from more than one table.

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