Re: [sqlite] SQLITE_ERROR instead of SQLITE_FULL

2004-09-17 Thread D. Richard Hipp
George Ionescu wrote: > > So, my question is this: if sqlite cannot insert data into the database > because it doesn't have enough free space, shouldn't it return SQLITE_FULL > insted of SQLITE_ERROR ? > Did you write a ticket? -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

Re: [sqlite] SQLITE_ERROR instead of SQLITE_FULL

2004-09-17 Thread George Ionescu
Kurt Welgehausen <[EMAIL PROTECTED]> writes: > > Your disk is full; the database is not full. Hmm... I really do not understand: it is true that my disk was full, but how can my database be full? Isn't it supposed to expand as it needs? And, regarding the error message I'm getting: don't you

Re: [sqlite] SQLITE_ERROR instead of SQLITE_FULL

2004-09-16 Thread Kurt Welgehausen
Your disk is full; the database is not full. Regards

[sqlite] SQLITE_ERROR instead of SQLITE_FULL

2004-09-16 Thread George Ionescu
Hello sqlite users, Hello dr. Hipp, while working with sqlite and trying to insert large binary data into the database, I got the error "SQL error or missing database". I thought it had become corrupted and I ran a check on it. Everything ok. Then, I've noticed I had 6 Mbytes of free space on