On 4 Oct 2010, at 10:52pm, Jay A. Kreibich wrote:

>  For good or for bad, this is the behavior of both sqlite3_open() and
>  sqlite3_open_v2().  I'm sure you'd see the same thing with all VFS
>  modules.
> 
>  http://www.sqlite.org/c3ref/open.html
> 
>  It seems odd to me as well, especially with sqlite3_open_v2().  If I
>  asked for the file to be opened READWRITE, I want that-- or I want an
>  error.  If I had wanted it READONLY, I would have asked for read-only.

I'm hoping that sqlite3_open_v3() will have the behaviour you prefer.

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

Reply via email to