[web2py] Re: Erro in conditional IS_IN_DB() validator

2010-05-06 Thread mdipierro
please email me a minimalist code to reproduce the problem and I will try it? Do you get the error only on GAE or also on dev_appserver? On May 6, 7:47 am, Leandro - ProfessionalIT wrote: > Friend, > >    I don't know, but I think that this problem can be a bug, because > run OK in SQLite but gen

[web2py] Re: Erro in conditional IS_IN_DB() validator

2010-05-06 Thread Leandro - ProfessionalIT
Friend, I don't know, but I think that this problem can be a bug, because run OK in SQLite but generate this errors in GAE. In my case, I'm using the crud.create() to generate the input FORM then I do not know why the orderby is being called. In db.py I have this field in the table "cont

[web2py] Re: Erro in conditional IS_IN_DB() validator

2010-05-05 Thread howesc
Hi, I don't see where the orderby is being added - based on the traceback it looks like from a validator, but i learned that on GAE orderby can't be a string. i have some of my own forms for viewing and editing data, and they convert orderby so it works on GAE: @auth.requires_login() def art_typ

[web2py] Re: Erro in conditional IS_IN_DB() validator

2010-05-05 Thread Leandro - ProfessionalIT
Friends, Another informationlocally with SQLite works perfectly, but in the GAE these errors happening. Any Idea ?

[web2py] Re: Erro in conditional IS_IN_DB() validator

2010-05-05 Thread Leandro - ProfessionalIT
Friends, I tried these two solutions: http://groups.google.com/group/web2py/browse_thread/thread/2f7465d678f24949/eaa0a076fcbded09?lnk=gst&q=conditional+is_in_db#eaa0a076fcbded09 http://groups.google.com/group/web2py/browse_thread/thread/8b69f3919c0d25c9/d44394e0527d3a74?lnk=gst&q=condit