Re: [sqlite] version 3.3.15, is SQLITE_BUSY_RESERVED_LOCK implemented

2007-06-12 Thread Andrew Finkenstadt
On 6/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Andrew Finkenstadt" <[EMAIL PROTECTED]> wrote: > I see a reference to SQLITE_BUSY_RESERVED_LOCK in version 3.3.15 (the first > one with the amalgamation), but there does not appear to be support for it > in the remainder of the source fil

Re: [sqlite] version 3.3.15, is SQLITE_BUSY_RESERVED_LOCK implemented

2007-06-12 Thread drh
"Andrew Finkenstadt" <[EMAIL PROTECTED]> wrote: > I see a reference to SQLITE_BUSY_RESERVED_LOCK in version 3.3.15 (the first > one with the amalgamation), but there does not appear to be support for it > in the remainder of the source file. > > Is that correct? So it appears -- D. Richard Hi