I wasn't exactly sure of how to classify this to enter it as an official bug. Also I using a combination of software that I am certain is out of the ordinary. First I'll discuss the assertion, then my environment.
What I am seeing is the following message:
assertion "!pPager->noSync" failed: file "src/pager.c", line 1168
The only way I've found to reproduce this is to do a
PRAGMA synchronous=off
inside of a transaction. OK, that's a bug. I'll fix it. But in the meantime, your work-around is simple: recompile with -DNDEBUG=1. That will disable all the asserts. (The particular assertion failure you are hitting appears to be completely benign.) This fix, by the way, also has the nice benefit of making the library run 2x faster. -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]