> Richard Hipp <[email protected]> wrote:
> 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).

Thanks for this information. But suppose, while a journal file is open, it is 
moved (along with the main database file) to a new directory.

* The next close() of the journal will work just fine, I assume?

* But what about the next open() of a new journal file? Will it use the new 
location of the database file or the old one?                                   
      
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to