Hi, It looks like the error returned by sqlite3_io_methods.xClose is not propagated all the way to sqlite3_close caller. According to a comment in sqlite3_close this function (excepting SQLITE_BUSY) always returns true.
Is there a way or what should be the proper way to capture the error returned by sqlite3_io_methods.xClose? With best regards, Adrian Dobrean