I guess what I'm really asking is - are there any circumstances under which SQLite 2.8.14 writes to common (shared among all threads) data structures, either in memory or on disk, during a call to sqlite_close() ?


Not that I know of. But I might have missed something. Why don't you check the source code. All of the relevant code should be in the os.c. Let me know if you find anything that needs to be fixed.

--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to