for now, Resource.query.filter(resource_table.c.somecol.op('rlike') 
(<value>)) will work.


On Nov 1, 2007, at 2:12 PM, iain duncan wrote:

>
> Others gave some pointers a while back on using rlike with query
> filters. I'm wondering whether there is some way to get rlike with
> assign_mapper syntax?
>
> I'm using right now
>
> Resource.select_by( **query_dict )
>
> where query dict is name/val pairs, I'd like to be able to make those
> name/val pairs be re matches. Any tips most appreciated!
>
> Thanks
> Iain
>
>
>
> >


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