sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

Store error message also for basic return codes.

Open WKarel opened this issue 9 months ago • 0 comments

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.

WKarel avatar May 09 '24 14:05 WKarel