[sqlite] SQLITE_IOERR_SHORT_READ error

2015-03-20 Thread Simon Slavin
On 20 Mar 2015, at 6:12pm, Kumar Suraj wrote: > we get error SQLITE_IOERR_SHORT_READ once in a while. While > > error is Ok for us we were interested to know whether there are retries made > > internally when ever SQLite encounter this kind of error.

[sqlite] SQLITE_IOERR_SHORT_READ error

2015-03-20 Thread Kumar Suraj
Hi We are using SQLite in our infrastructure and calling following API sqlite3_step ( but we get error SQLITE_IOERR_SHORT_READ once in a while. While error is Ok for us we were interested to know whether there are retries made inter