Re: [sqlite] What does SQLITE_FULL - "database is full" mean? How to fix?

2005-10-20 Thread John Duprey
Stephen, Thank you. That makes sense. I later confirmed that the file system had temporarily ran out of disk space. -John On 10/17/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi John, > > I believe that SQLite will return with an SQLITE_FULL error if your run > out of disk space, OR if

[sqlite] What does SQLITE_FULL - "database is full" mean? How to fix?

2005-10-17 Thread John Duprey
Hi all, I just recently got the SQLITE_FULL error while trying to insert a row into a table. What does it mean when the database is full? Out of disk space perhaps or did I hit some internal constraint? Here's a except from my log: Oct 14 17:49:19 [8048/3899832] ERROR: SQL statement failure