On Mon, Apr 22, 2013 at 6:49 PM, BlueShadow <kevin.bet...@gmail.com> wrote: > windows pc: > > import sqlite3 > In [2] : print sqlite3.version > 2.6.0 > In [3] : print sqlite3.sqlite_version > 3.6.21
> > Linux > > import sqlite3 > In [5] : print sqlite3.version > 2.6.0 > In [6] : print sqlite3.sqlite_version > 3.7.9 if you are using WAL, it was only introduced in sqlite 3.7 (if I recall), so when you try to use it in windows machine with 3.6 it does not work Ricardo -- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.