I have a list of file paths in a database table.
e.g. "C:\"
       "C:\%user%\My Documents"
        "//server/username"
        and so on.

I am trying to filter data using SQLAlchemy's select_by() method.  The
problem is that it is not finding some of the strings because of
characters like the %, /, \ and others.

Is there any "escape sequence" parameter I should pass to the
select_by method so that the strings I am searching for are found?

Thanks.


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