summaryrefslogtreecommitdiff
path: root/error.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-31fix error checks based on the sqlite versionGravatar Vincent Rischmann1-10/+38
2020-12-31add proper error typesGravatar Vincent Rischmann1-0/+240
* Add SQLiteError and various SQLiteExtendedXYZError * Replace old errors with the SQLite ones where appropriate Fixes #8