Re: [web2py] Re: Google App Engine (GAE) does not support database LIKE statement...

2011-10-31 Thread $p00ky
Hi rochacbruno, Thank you for your link. Unfortunately, it is not working... search=request.vars['search'] if not request.env.web2py_runtime_gae: rows= db(db.pictures.filename.contains(search.replace(" ","%"))).select() else: query = like_query(sea

Re: [web2py] Re: Google App Engine (GAE) does not support database LIKE statement...

2011-10-28 Thread Bruno Rocha
http://showmethecode.tumblr.com/post/9624208451/likeingae On Fri, Oct 28, 2011 at 5:41 PM, $p00ky wrote: > Find answer: > http://stackoverflow.com/questions/4512181/web2py-like-equivalents-with-google-app-engine > > So a real equivalent is not possible super.. > -- Bruno Rocha [

[web2py] Re: Google App Engine (GAE) does not support database LIKE statement...

2011-10-28 Thread $p00ky
Find answer: http://stackoverflow.com/questions/4512181/web2py-like-equivalents-with-google-app-engine So a real equivalent is not possible super..