On 5 Oct 2016, at 8:46am, Eric Grange <zar...@gmail.com> wrote:

>        sqlite3_exec(dst, "PRAGMA synchronous=OFF", NULL, NULL, NULL);

Don't do that for any operation outside taking the backup.  It's a major cause 
of corruption in any situation where two different connections (in the same 
computer or different computers) are accessing the same database.

But yes, if you have an application which uses only the backup API it should be 
safe.

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

Reply via email to