My application, which uses postgresql, is getting the following error for
all of my own tables, i.e. all tables other than the "auth_" set. For
example, if the table is UserEvent, the error is:
* relation "UserEvent" does not exist
LINE 1: ...ype", "UserEvent"."Description" FROM "auth_user",
now the question becomes: *are there any known breaking changes in
2.15.4 vs. 2.14.06? *I'd like to upgrade...
On Monday, September 18, 2017 at 7:31:35 AM UTC-7, E T Bear wrote:
>
> My application, which uses postgresql, is getting the following error for
> all of my own tables, i
Thank you Dave S.
Adding '*ignore_field_case=True, entity_quoting=False,* ' to the DAL
constructor call seems to have solved the problem. That, plus the ritual
invocation of '*find ~/web2py -name "*.pyc" -delete*'.
On Monday, September 18, 2017 at 7:
On Monday, September 18, 2017 at 7:31:35 AM UTC-7, E T Bear wrote:
>
> *SOLVED (more or less) - see Addendum in the following message.*
>
> My application, which uses postgresql, is getting the following error for
> all of my own tables, i.e. all tables other than the &q
Running on an Ubuntu 16.04 LTS system, under Nginx server with WSGI handler
wsgihandler.py. Web2py updated to 2.20.4-stable. Using a PostgreSQL
database.
Suddenly, I can't navigate to /appadmin nor to /admin/..., get errors like
"invalid function (default/index)" remotely over SSL, nor local
f3
>
> Could you please revert it and see if it fixes your problem?
>
> On Thursday, 25 June 2020 16:53:53 UTC-7, E T Bear wrote:
>>
>> Running on an Ubuntu 16.04 LTS system, under Nginx server with WSGI
>> handler wsgihandler.py. Web2py updated to 2.20.4-stable. Usi
6 matches
Mail list logo