On Mar 22, 2012, at 11:19 PM, Udi Karni wrote: > Is there a way to run NOLOGGING in SQlite syntax - which means that if > something in the destination table/DB fails - you are prepared to just drop > it and start over?
PRAGMA journal_mode=off http://sqlite.org/pragma.html#pragma_journal_mode _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

