Re: [web2py] Re: Some trouble with the oracle driver

2014-12-22 Thread Paolo Valleri
I don't have an oracle instance to run tests. do you mind to check if with_alias works in a simple query? Paolo Il giorno domenica 21 dicembre 2014 11:52:06 UTC+1, Manuele ha scritto: > > Il 21/12/14 08:00, Paolo Valleri ha scritto: > > My guest is the alias name 'group', have you already tried

Re: [web2py] Re: Some trouble with the oracle driver

2014-12-21 Thread Manuele Pesenti
Il 21/12/14 08:00, Paolo Valleri ha scritto: > My guest is the alias name 'group', have you already tried with a > different name? uhm no... but I solved adding later on the needed values :) with something like: for row in mres: row['table'] = 'municipio' row['group'] = 'Munici

[web2py] Re: Some trouble with the oracle driver

2014-12-20 Thread Paolo Valleri
My guest is the alias name 'group', have you already tried with a different name? Paolo On Sunday, December 21, 2014 1:34:21 AM UTC+1, Manuele wrote: > > I get this traceback error: > > Traceback (most recent call last): > File "/home/manuele/web2py/gluon/restricted.py", line 224, in restrict