| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
We will need it later on.
|
| |
|
|
|
|
|
|
| |
DetailedError uses getLastErrorOffset, which must check the SQLite
version with versionGreaterThanOrEqualTo.
Instead of publicly exposing versionGreaterThanOrEqualTo in sqlite.zig
move DetailedError in errors.zig
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| |
|