lp://staging/~radix/storm/database-trace-hook
- Get this branch:
- bzr branch lp://staging/~radix/storm/database-trace-hook
Branch merges
Branch information
Recent revisions
- 180. By Gustavo Niemeyer
-
Added MANIFEST.in and setup.cfg files, and also changed setup.py to
remove the automatically generated MANIFEST file when run. - 178. By Christopher Armstrong
-
Merge ~radix/
storm/install- zope.storm [r=niemeyer,Jodok Batlogg] [f=139147] The setup.py now installs storm.zope properly, even when used as an
egg. In addition it's been improved so that new packages don't need
to be explicitly listed to be included. - 177. By Gustavo Niemeyer
-
Uh oh. The patch won't work when the RawStrVariable is set to None.
That's fixed, tested, and reviewd. [r=radix,michelp] - 176. By Gustavo Niemeyer
-
Bringing back logic for postgres that enforces usage of the E'' format
for binary strings. It was removed some time ago when we believed that
the problem was gone in psycopg2, but it's actually still present.
[r=michelp,radix] - 175. By Christopher Armstrong
-
Merge internal storm development to trunk [a=various] [r=various] [f=various]
This adds case-insensitive support to LIKE and fixes some cases where
passing wrapped objects to Storm methods wouldn't work as expected. - 174. By Christopher Armstrong
-
Merge ~radix/
storm/zope. security- expose- attribute [r=niemeyer, michelp] [f=141010] This fixes a minor but critical typo in the storm.zope / zope.security
integration so that wrapped objects can be passed to storm methods.