Hello,

I recently got some debug logs from my users that indicate problems
with VACUUM command. The error message is:

SQL logic error or missing database (1).

This is using the latest SQLite (3.4.1) Windows DLL.

I tried to rule out my coding mistakes, at the moment of the problem
there is only one connection to the DB, this connection doesn't have
any other SQLite command open, there isn't any transaction in progress
- all this confirmed using debug logs and also safety measures in the
code (CriticalSections, etc.).

Does anyone has any idea what could be wrong? Any suggestiong
regarding getting more information useful for debugging the problem?

Thanks,
Jiri

P.S.: Except for this, everything seems to work fine for quite large
user base - and SQLite is used pretty heavily in my app.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to