the startswith/endswith functions are just sticking a "%" on either side of a string argument and using LIKE. im not exactly sure how they could accept a bindparam argument since there is a string concatenation that must take place within the python space. you should instead use LIKE directly with your own bindparam that includes a "%" on the left or right side of the string expression.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
