On 1/2/15, Dan Kennedy <danielk1...@gmail.com> wrote: > On 01/02/2015 04:44 PM, Waiba, Aswin wrote: >> we were getting SQLITE_IOERR_WRITE (778). > > It means a call to write(), pwrite(), fallocate() or similar has failed. > Because it ran out of disk space, or the media was removed or perhaps is > faulty. Or a bug in SQLite might be causing invalid parameters to be > passed to one of these system calls.
Note that if you run out of disk space, you're usually supposed to get SQLITE_FULL as the error code from sqlite, rather than SQLITE_IOERR_WRITE. -- ambrus _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users