On Jan 15, 10:14 am, "Erik Janssens" <[EMAIL PROTECTED]>
wrote:
> you can have a look in the sqlalchemy docs, to do queries
> using 'like' instead of equal.
> something like User.query.filter(User.name.like('Joe')).first()
Thanks for the quick reply.I had considered this, but I would rather it be automatic, so I (and other programmers) don't need to remember the like query each time. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
