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