Unify error code in LibsqlError for local and remote (#337)
We currently have divergence in what error code means in local and remote setups. Fix the consistency issue by making error code mean the basic one, which is what the SQL over HTTP protocol returns. However, add SQLite extended error codes to LibSqlError and populate that for the local setup. We'll add that for remote too, but that requires a SQL over HTTP protocol extension and server side change.
P
Pekka Enberg committed
695a87b868f08fe019b7e979ed2cea5e1cf969dd
Committed by GitHub <noreply@github.com>
on 1/7/2026, 8:51:23 AM