Let me put it this way:

Suppose I have my main database file *in a folder*:

/Users/lwood/Desktop/folder/db.sqlite

Suppose I can only move/rename the *folder*. Suppose I never mess with the 
folder's contents.

Can you name me a concrete example of corruption that could occur?

It seems that all the examples out there have to do with the 
"db.sqlite-journal" file getting a mismatching name or a different location 
from "db.sqlite", but that's not possible here. Both files are always together.

I'm on Mac OS X.

I don't see any problem. I can imagine getting an *error* from the SQLite C 
functions, from which I can easily recover by re-opening the database from the 
new path. But I can't imagine an example of *corruption*. Please name one.      
                               
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to