On May 12, 2008, at 11:58 AM, [EMAIL PROTECTED] wrote:

>
> On Monday 12 May 2008 17:01:23 Michael Bayer wrote:
>> what does
>> q.filter(x==5).filter_or(x==9).filter(y=17).filter_or(x==27) do ?
>> (x=5 or x=9) and (y=17 or x=27) ?  ((x=5 or x=9) and y=17) or x=27
>> ?  etc ..
>
> what pythons/C x==5 or x==9 and y==17 or x==27 does?
>
> i know... the parenthesises. cant we invent something? it's not for
> tomorrow...

how about "or_()" ?


--~--~---------~--~----~------------~-------~--~----~
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