On Oct 21, 2007, at 4:36 PM, Paul Johnston wrote:

>
> Hi,
>
>> Resource.select_by( foo="bar" )
>>
>>
> Untested, but I reckon this will work:
>
> Resource.query.filter(Resource.foo.op('rlike')('bar'))
>

might need to call op() off the Table instance for now, might not  
have added op() to the class-based properties....

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
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