"Robert Simpson" <[EMAIL PROTECTED]> wrote:
> 
> I haven't looked too closely at the thread local data stuff recently added 
> to SQLite, however, is there a way to have it default to off, and opt-in at 
> runtime?  

No.  Thread-local storage is needed to recover from out-of-memory
errors.  It is not optional.
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to