| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-08-02 | remove obsolete todo | 1 | -3/+0 | ||
| 2022-08-02 | some error codes are only available with sqlite >= 3.22.0 | 1 | -5/+11 | ||
| We wrongly assumed they were always present but after testing with SQLite 3.21.0 it's not the case. I think they were missed because their first version is not documented. | |||||
| 2021-09-04 | fix for ziglang/zig#9618 | 1 | -0/+0 | ||
| 2021-04-23 | error: return error directly so that line in stacktrace is relevant | 1 | -87/+87 | ||
| 2020-12-31 | fix error checks based on the sqlite version | 1 | -10/+38 | ||
| 2020-12-31 | add proper error types | 1 | -0/+240 | ||
| * Add SQLiteError and various SQLiteExtendedXYZError * Replace old errors with the SQLite ones where appropriate Fixes #8 | |||||