Rowan Worth wrote: > These days (the past 8 years?) at least there's the SQLITE_FCNTL_LAST_ERRNO > parameter to sqlite3_file_control() allowing the underlying cause to be > introspected, I just feel like it was a mistake to ever mask that cause.
That error code is behind a FCNTL because it is not portable; it could never be a part of the public API. Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

