On Thu, Nov 7, 2013 at 12:04 PM, Simon Slavin <slav...@bigfraud.org> wrote:

>
> Assuming that the user is using OS X, use of standard VFS, access on a
> local disk, no ATTACH, no Jedi mind tricks ...
>
> Does SQLite ever close and reopen database or journal files between
> _open() and _close() ?
>

Rollback journal files might be closed and reopened.  But the main database
file is opened once and held open until sqlite3_close() (or DETACH if the
file was originally opened using ATTACH).


-- 
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