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



On May 12, 2008, at 8:06 AM, [EMAIL PROTECTED] wrote:

>
> one thing that might go in a wishlist - query.filter_or()
> http://groups.google.com/group/sqlalchemy/browse_thread/thread/f6798eb5ef2c0bfe
> should i make it into a ticket?
>
>> as you might have noticed we've merged 0.5 into the trunk.
>
> >


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