On Nov 19, 2008, at 5:07 AM, David Levy wrote:
> Is there a way to tell Sqlite to not lock the database when we know  
> there
> are only read-only queries ?
>


PRAGMA omit_readlock=ON;


D. Richard Hipp
[EMAIL PROTECTED]



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

Reply via email to