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 
C: (the location where was the database).

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 
?

Regards,
George Ionescu

Reply via email to