Re: [web2py] syntaxis error in dal

2012-06-06 Thread Massimo Di Pierro
Fixed On Wednesday, 6 June 2012 08:29:09 UTC-5, Johann Spies wrote: > > On 6 June 2012 15:26, Jose wrote: > >> >> File "/usr/home/jose/web2py/gluon/dal.py", line 4130 >> rows = [[(t=='id' and item.key().id_or_name()) or \ >>

Re: [web2py] syntaxis error in dal

2012-06-06 Thread Johann Spies
On 6 June 2012 15:26, Jose wrote: > > File "/usr/home/jose/web2py/gluon/dal.py", line 4130 > rows = [[(t=='id' and item.key().id_or_name()) or \ > > ^ > there is more space at the end of line > > I have reported it in issue 838 few hours ago. Regards Johann -- Because experiencing your loya

[web2py] syntaxis error in dal

2012-06-06 Thread Jose
in the function def select(self,query,fields,attributes): (items, tablename, fields) = self.select_raw(query,fields,attributes) # self.db['_lastsql'] = self._select(query,fields,attributes) rows = [[(t=='id' and item.key().id_or_name()) or \ (t=='nativeRef