[web2py] Re: invalid select attribute: distinct

2012-08-07 Thread Elton Pereira de Lima
elds,attributes) File "/home/eltonplima/workspace/web2py/gluon/dal.py", line 4877, in select record[column],ObjectId): NameError: global name 'ObjectId' is not defined On Tuesday, August 7, 2012 11:33:50 AM UTC-3, Massimo Di Pierro wrote: > > This helps. I think

[web2py] Re: invalid select attribute: distinct

2012-08-07 Thread Elton Pereira de Lima
e unique argument to a table > column after populating it with data. try removing it from the has_line > field. > > On Monday, August 6, 2012 8:19:36 PM UTC-4, Elton Pereira de Lima wrote: >> >> I'm using the latest development version, and try to add a record by the

[web2py] invalid select attribute: distinct

2012-08-06 Thread Elton Pereira de Lima
I'm using the latest development version, and try to add a record by the administrative interface the following exception is raised: invalid select attribute: distinct The error happens when trying to insert in squid_log table. db.define_table('squid_internal_host', Field('ip',

Re: [web2py] Re: InterfaceError

2012-07-29 Thread Elton Pereira de Lima
There solution to this problem? I'm experiencing the same problem and I find no solution, what is the cause? Tanks! Em domingo, 2 de maio de 2010 19h25min42s UTC-3, mdipierro escreveu: > > Can you show the complete model and controller? If you want you can > email it to me confidentially. > > M