summaryrefslogtreecommitdiff
path: root/error.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix for ziglang/zig#9618Gravatar Vincent Rischmann2021-09-041-268/+0
|
* error: return error directly so that line in stacktrace is relevantGravatar daurnimator2021-04-231-87/+87
|
* 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