While throw_sqlite_error is called with the return value of sqlite3_errmsg everywhere, throw_sqlite_error uses this argument only for extended result codes, and discards it for basic ones. ced361fec35623863b24775b715b474f0b6b9cae must have left that out by accident.
While
throw_sqlite_error
is called with the return value ofsqlite3_errmsg
everywhere,throw_sqlite_error
uses this argument only for extended result codes, and discards it for basic ones. ced361fec35623863b24775b715b474f0b6b9cae must have left that out by accident.