Re: [Sqlalchemy-users] small fix for sql.py for the IS NULL case
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 @@
[Sqlalchemy-users] small fix for sql.py for the IS NULL case
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 != '=':