It worked. Is there a way to debug SQL on appengine. My DEBUG env_var is set to True but it dosen't output any SQL.
On Friday, January 11, 2013 4:52:54 PM UTC-2, Felipe Meirelles wrote: > > I'll test. Thanks (: > > On Friday, January 11, 2013 3:21:40 PM UTC-2, rochacbruno wrote: >> >> little fix. >> >> On Fri, Jan 11, 2013 at 3:21 PM, Bruno Rocha <rocha...@gmail.com> wrote: >> >>> for table in db.tables: >>> db[table]._common_filter = lambda query: db[table].is_active == True >>> >> >> >> --