[web2py] Re: Switching database backend from sqlite to mysql

2018-02-03 Thread jburker
The attached file contains the code that is generating the error, line 4 specifically is called out in the traceback, but if I comment this line out I get the same error from the next line that is querying the database. If I start a web2py shell, I can copy and paste the offending line into the

[web2py] Switching database backend from sqlite to mysql

2018-02-02 Thread jburker
I currently have a mysql database that is defined using pydal and used by several other applications. I am trying to use Web2py to create an interface with the existing database. For testing I mirrored the schema of the database using sqlite and now that the project is ready I want to connect