On Thu, Feb 7, 2013 at 12:34 PM, James Vanns <james.va...@framestore.com>wrote:

> > If you do "sqlite3 $file -vfs unix-none $stmt" I think all the
> > fcntl() calls to lock and unlock the db file are omitted. Does
> > that stop the pages from being evicted when sqlite opens the
> > db file?
>
> I'm not sure I can :( My version doesn't appear to offer that option;
>
> sqlite3: Error: unknown option: -vfs
> Use -help for a list of options.
>
> sqlite3 -version
> 3.6.20
>

Precompiled binaries of 3.7.15 for Linux are at
http://www.sqlite.org/download.html


>
> How would I go about doing that via the Python DBI interface?
>
> Jim
>
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
>
> --
> Jim Vanns
> Senior Software Developer
> Framestore
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to