yeh, I guess you can make some work arounds :) On Fri, Mar 19, 2010 at 2:59 PM, Thadeus Burgess <[email protected]> wrote: > You *can*, but not natively. > > http://web2py.com/AlterEgo/default/show/248 > > rows = db(buyer.id>0).select().find(lambda row:row.name.startswith('C')) > > -Thadeus > > > > > > On Fri, Mar 19, 2010 at 3:53 PM, Wes James <[email protected]> wrote: >> You can't use "like" on gae. >> >> On Fri, Mar 19, 2010 at 2:33 PM, Thadeus Burgess <[email protected]> >> wrote: >>> You must be thinking of another framework and mixing the two? >>> >>> I read every post and have not seen that. >>> >>> Perhaps you mean db(db.table.string.like("%.com")).select() >>> >>> -Thadeus >>> >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" 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/web2py?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > >
-- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

