I want to use sqlite 3.7 with web2py because it supports WAL, write ahead 
logging. This gives much better performance if users often write to the 
database. Without it one can get database locked tickets.
I have managed to set up python 2.7.1 to use sqlite version 3.7 
(sqlite3.sqlite_version confirms this).
I use this same version of python with uwsgi and web2py. Hhowever within web2py 
sqlite3.sqlite_version comes out at 3.3.6. 
So my question is- how can I get web2py to use the same sqlite3 that python 
does?
Thanks for any help.
Peter

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to