D. Richard Hipp wrote: > Ned Batchelder wrote: > >> Perhaps a pragma or database setting? At the very least, a compile-time >> switch? > > > I have your request. In the meantime, the original code that does busy > callbacks for RESERVED locks is still in pager.c, just commented out using > "#if 0". You can find it at line 2420 in the latest version of pager.c. You > can easily change it back in your local copy. > >
There is now a compile-time switch: SQLITE_BUSY_RESERVED_LOCK. A pragma is still under consideration.
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

