Re: [sqlite] Turn off journal if no transaction

2011-06-25 Thread Jan Hudec
On Fri, Jun 24, 2011 at 22:41:16 -0700, Eugene Ong wrote: > I don't use transactions in my app, There is no way not to use transactions. If you don't start transaction explicitly, implicit transaction will be started for each statement. This ensures that when a statement fails (e.g. because of

[sqlite] Turn off journal if no transaction

2011-06-24 Thread Eugene Ong
Hi, I don't use transactions in my app, is the data safe from failure if I turn off the journal? The insert isn't concurrent and I'm using System.Data.SQLite (.net) Thanks ___ sqlite-users mailing list sqlite-users@sqlite.org