~free.ekanayaka/storm/any-expr

  • Committer: James Henstridge
  • Date: 2009-10-21 10:11:50 UTC
  • mfrom: (329.2.2 storm.bug-242813)
  • Revision ID: james@jamesh.id.au-20091021101150-0jegr4v4r7oj7o1v
Nested set expressions are now flattened when safe.

Before hand, it was easy to hit Python's recursion limit when building 
large unions with ResultSet.union() (similar for intersect() and 
except()).  Now the set expression constructor will try to flatten such 
expressions, which leads to simpler expression compilation.
[r=jkakar,gabrielgrant] [f=242813]
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 254.4.2 16 years ago James Henstridge Integrate the Zope transaction middleware for Djan Empty Diff Download File
backend.py 269.4.11 16 years ago James Henstridge Make sure use of the Django DatabaseWrapper causes 5.6 KB Diff Download File
middleware.py 254.4.9 16 years ago James Henstridge Make the transaction middleware alter the state of 6.4 KB Diff Download File
stores.py 322 15 years ago James Henstridge Don't raise ImproperlyConfigured if the storm tran 3.5 KB Diff Download File