At 11:59 AM +0800 5/27/04, Kei wrote:
Is it a normal condition if no space to do the delete operation?or is it a bug?how to solve it if it has solution? Thx a lot!
I am running it in arm_linux and I use sqlite version 2.8.12. temp_store is 3 in sqliteInt.h (use memory).

While performing any change operation, SQLite will first back-up the original portions to a second rollback file, usually in multiples of 1K. This file disappears or resets when you commit the current transaction. If the disk is full, then this file creation fails, so no changes will work. -- Darren Duncan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to