~free.ekanayaka/storm/any-expr

  • Committer: James Henstridge
  • Date: 2008-11-04 00:07:04 UTC
  • mfrom: (269.4.11 storm.bug-230977)
  • Revision ID: james@jamesh.id.au-20081104000704-0852qtnsmuxm66et
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]
Filename Latest Rev Last Changed Committer Comment Size
..
debian 177.2.1 17 years ago Jamu Kakar - Added Debian packaging files. Diff
storm 1 18 years ago Gustavo Niemeyer Adding initial infrastructure. Diff
tests 1 18 years ago Gustavo Niemeyer Adding initial infrastructure. Diff
LICENSE 129 17 years ago Gustavo Niemeyer Added LGPL version 2.1 in the LICENSE file, and a 25.9 KB Diff Download File
Makefile 266 16 years ago Jamu Kakar - PYTHON environment variable can be defined on th 553 bytes Diff Download File
MANIFEST.in 213 17 years ago Gustavo Niemeyer Added *.zcml to MANIFEST.in. 145 bytes Diff Download File
NEWS 254.4.17 16 years ago James Henstridge Add NEWS entry for storm.django. 9.1 KB Diff Download File
README 173 17 years ago Christopher Armstrong add a README file describing how to run the tests 494 bytes Diff Download File
setup.cfg 180 17 years ago Gustavo Niemeyer Added MANIFEST.in and setup.cfg files, and also ch 24 bytes Diff Download File
File setup.py 235.3.2 16 years ago James Henstridge Build extension in setup.py. 1.6 KB Diff Download File
File test 173.4.1 17 years ago ali Fix test runner to not rely on / as a path separat 5.9 KB Diff Download File
TODO 274 16 years ago Gustavo Niemeyer Updated TODO file with Gavin Panella's suggestion 2.4 KB Diff Download File