SIGN IN SIGN UP

fix: replace from_utf8_unchecked with from_utf8_lossy in SqliteError (#4202)

sqlite3_errmsg() returns UTF-8 in practice but the spec does not
guarantee it. Using from_utf8_unchecked is unsound if non-UTF-8
bytes are returned (e.g. from malformed schema element names).

Closes #4193
J
Joaquin Hui committed
4dc32ec01338e73f328b75eb6b4eb68ca21d99c6
Parent: 6984316
Committed by GitHub <noreply@github.com> on 4/6/2026, 11:04:41 PM