On 4/14/16, Dobrean, Adrian <adrian.dobrean at emc.com> wrote: > > I am not so sure why the error is discarded,
Because (1) failure is impossible on most implementations of xClose and nearly so for the rest, and (2) propagating the error back up to the application would require a lot of code that needs to be written, tested, and maintained. -- D. Richard Hipp drh at sqlite.org