this is a bug, which I fixed in rev 2192.  the op() function was
previously being treated as a "compare" operation, using the operator
given to the function.  a "compare" returns a BooleanExpression which
is more restrictive than a BinaryExpression, which is used by operators
such as "+"/"-" etc.  so op() now is treated appropriately as an
operator and not a comparison.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to