On 4/11/17, Yf Shen <[email protected]> wrote: > We have an application that connects to a small SQLite database in > read-only mode and do some very simple SELECT queries. > > We recently upgraded Mac OS to 10.12, and the application started to > sporadically fail with a general (useless) error code SQLITE_IOERR. We > managed to get the extended error code SQLITE_IOERR_VNODE (6922), but could > not find any documentation about it or find where it is used in the source > code of SQLite except that we found where it was defined. Google knows > nothing about this error either probably because it is brand new. Can > someone shed some light?
SQLITE_IOERR_VNODE is an error code used by proprietary modifications to SQLite implemented by Apple for use on MacOS and iOS. I am told "The code indicates that a file relevant to the call was invalidated by a dispatch vnode source event" but I do not understand what that means. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

