| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use a single cImport | 2022-08-04 | 1 | -3/+1 | |
| | | | | | | | | | | Two cImport calls generate incompatible code: we can't use the structs generated in sqlite.zig in functions in errors.zig for example Up until now it wasn't actually a problem since in errors.zig we only ever used constants which does work, but now we want to introduce functions in this file. | ||||
| * | add greaterThanOrEqualsTo | 2022-08-04 | 1 | -5/+9 | |
| | | |||||
| * | remove obsolete todo | 2022-08-02 | 1 | -3/+0 | |
| | | |||||
| * | some error codes are only available with sqlite >= 3.22.0 | 2022-08-02 | 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. | ||||
| * | fix for ziglang/zig#9618 | 2021-09-04 | 1 | -0/+268 | |