On 4/14/16, Dobrean, Adrian <adrian.dobrean at emc.com> wrote: > > Is there a way or what should be the proper way to capture the error > returned by sqlite3_io_methods.xClose? >
No. It looks like the return value from sqlite3_io_methods.xClose is always ignored and discarded. Why is that a problem? -- D. Richard Hipp drh at sqlite.org