sqlite_modern_cpp
sqlite_modern_cpp copied to clipboard
Store error message also for basic return codes.
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.