You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite: string error messages for some Step errors
Sometimes the string error message SQLite returns from sqlite3_step
is extremely useful. In cases where we expect the error is not an
expected behavior in fast paths (for example, the CONSTRAINT errors)
we extract it.
0 commit comments