On 14 Aug 2009, at 5:25pm, Angus March wrote:

> I need to know that if I turn of the synchronous that no synching will
> be done, up to, and including, when the session is closed. I'm asking,
> because my program just INSERTs once per session, so if a synch gets
> done when the session closes, that's pretty useless.

You cannot trust this.  If you do not want your INSERT done until the  
session is about to finish, do not do your INSERT until the session is  
about to finish.

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

Reply via email to