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 <compte...@gmail.com> wrote:
> You can't use "like" on gae.
>
> On Fri, Mar 19, 2010 at 2:33 PM, Thadeus Burgess <thade...@thadeusb.com> 
> 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 web...@googlegroups.com.
> To unsubscribe from this group, send email to 
> web2py+unsubscr...@googlegroups.com.
> 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 web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to