Currently sqlalchemy doesn't support a query like this:

SELECT my_name FROM names WHERE my_name LIKE 'larry\_%' ESCAPE '\'

Could such a feature be added to be used in a similar way to the LIMIT
feature?  It looks like a simple enough patch for me to do.  But I
don't have knowledge of the array of databases necessary.

Thanks,
Paul

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