"Kervin L. Pierre" <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I was under the impress that we could never
> get an SQLITE_BUSY, not even on COMMIT if
> we use BEGIN EXCLUSIVE.  But this seems to
> say that COMMITs on exclusive transactions
> can through SQLITE_BUSY?...
> 

You can get an SQLITE_BUSY on the BEGIN EXCLUSIVE
itself.  Assuming you make it past the BEGIN EXCLUSIVE
you should never get another SQLITE_BUSY in that
transaction.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to