Re: [sqlite] BEGIN IMMEDIATE and the busy handler

2013-06-25 Thread Richard Hipp
On Tue, Jun 25, 2013 at 6:44 PM, Eric Sink wrote: > > From reading sqlite3.c and the comments therein, it would appear that > BEGIN IMMEDIATE TRANSACTION never invokes the busy handler. > > Is that correct? > Correct. BEGIN IMMEDIATE returns SQLITE_BUSY if it cannot

[sqlite] BEGIN IMMEDIATE and the busy handler

2013-06-25 Thread Eric Sink
From reading sqlite3.c and the comments therein, it would appear that BEGIN IMMEDIATE TRANSACTION never invokes the busy handler. Is that correct? -- E ___ sqlite-users mailing list sqlite-users@sqlite.org