Re: [web2py] Re: Problem with oracle query

2019-04-16 Thread gliporace
n quirk before removing a useful feature. >> >> On Monday, 15 April 2019 04:20:36 UTC-7, gliporace wrote: >>> >>> I think I found the problem: >>> the query is sent with the table name double-quoted: >>> >>> select "ana_paz

[web2py] Re: Problem with oracle query

2019-04-15 Thread gliporace
iew does not exists") select ana_paz."COGNOME", ana_paz."NOME" from "ana_paz" where ana_paz."COGNOME"='ROSSI' < works Setting entity_quoting = False in the database connection solved the problem. Il giorno venerdì 12 aprile 2019 17:00:14

[web2py] Re: Problem with oracle query

2019-04-15 Thread gliporace
12 aprile 2019 17:00:14 UTC+2, gliporace ha scritto: > Hi, > I just updated my web2py installation from 2.11 to 2.18.5, but the apps > who make use of cx_Oracle for connecting to a Oracle database show this > error > when ther try to query a table/view: > > Exception

[web2py] Problem with oracle query

2019-04-12 Thread gliporace
Hi, I just updated my web2py installation from 2.11 to 2.18.5, but the apps who make use of cx_Oracle for connecting to a Oracle database show this error when ther try to query a table/view: Exception ORA-00942: table or view does not exist The old web2py installation run without problems on a

[web2py] Multiple checkboxes representation

2015-03-28 Thread gliporace
Hi, I have a model like this: db.registro_donazioni( Field('cognome', 'string', length=100), Field('nome', 'string', length=100), Field('gruppo_sanguigno', 'integer'), Field('fattore_rh', 'integer'), Field('sierologia', 'list:integer', label='Sierologia') ) gruppo_sanguigno_set =

[web2py] Active Directory authentication in web2py

2011-04-13 Thread gliporace
Hi everyone, recently I discovered web2py and tried to convert a little script I wrote that is used by some colleagues here at work as a web application. All went smoothly and the apps is ready to use with the simple default authentication method. I tried to experiment with the ldap authentication