Re: [sqlite] malformed database file

2006-05-19 Thread Michael Knigge
Hi, Is the database really corrupt, or are you getting a spurious error? You can tell if the database is truely corrupt or not by running PRAGMA integrity_check; I will check this. And yes, every thread uses its own sqlite3* ;) Are you really sure of this? In my experience most of

Re: [sqlite] malformed database file

2006-05-18 Thread drh
Michael Knigge <[EMAIL PROTECTED]> wrote: > All, > > in a application with several threads (guess 6) we sometimes encounter a > SQLITE_CORRUPT. I'm not the author of this application and my time is > spare, but I really want to ensure that this is not an SQLite issue. > > Some hints how to debu