ah yah, nice catch.

On Feb 1, 2006, at 9:46 PM, [EMAIL PROTECTED] wrote:

pretty sure the following was what was intended:

Index: sql.py
===================================================================
--- sql.py      (revision 879)
+++ sql.py      (working copy)
@@ -465,7 +465,7 @@
             if obj is None:
                 if operator != '=':
                     raise "Only '=' operator can be used with NULL"
-                return BooleanExpression(self, null(), 'IS')
+ return BooleanExpression(self._compare_self(), null (), 'IS')
             else:
                 obj = self._bind_param(obj)



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel? cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to