| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update dynamic statement all to call arraylist.append correctlyzig-0.15.1 | 2025-11-03 | 1 | -1/+1 | |
| | | |||||
| * | update dynamic statement all to call arraylist.toOwnedSlice correctly | 2025-11-03 | 1 | -1/+1 | |
| | | |||||
| * | use mise to manage zig versions | 2025-11-03 | 1 | -0/+3 | |
| | | |||||
| * | update readme | 2025-08-28 | 1 | -1/+1 | |
| | | |||||
| * | all: fix for latest zig | 2025-08-20 | 2 | -19/+20 | |
| | | |||||
| * | Merge pull request #193 from mattnite/arraylist | 2025-08-18 | 1 | -4/+4 | |
| |\ | | | | | Fix ArrayList API changes from Zig Master | ||||
| | * | Fix ArrayList API changes from Zig Master | 2025-08-17 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge pull request #192 from Queyrouzec/master | 2025-08-18 | 1 | -28/+29 | |
| |\ \ | |/ |/| | |||||
| | * | added sqlite mod back in | 2025-08-16 | 1 | -28/+29 | |
| |/ | |||||
| * | ci: use zig master | 2025-08-10 | 1 | -1/+1 | |
| | | |||||
| * | build: disable the zigcrypto tests | 2025-08-10 | 1 | -33/+33 | |
| | | | | | | The loadable extension mechanism is broken with the latest Zig master; will be re-enabled at some point | ||||
| * | update readme | 2025-08-10 | 1 | -2/+4 | |
| | | |||||
| * | Merge pull request #191 from Tesseract22/master | 2025-08-10 | 8 | -117/+132 | |
| |\ | | | | | Update to zig 0.15 | ||||
| | * | chore: update to zig 0.15 | 2025-08-09 | 8 | -117/+132 | |
| |/ | | | | | Everything other than loadextension works. zig 0.15 remove usingnamespac, so tha whole mechanism has to be reworked, and idk how | ||||
| * | Merge pull request #188 from gracen-writes-code/master | 2025-06-10 | 1 | -2/+28 | |
| |\ | | | | | Allow for strings within strings in SQL queries | ||||
| | * | add test case, switch from using a nullable to undefined | 2025-06-08 | 1 | -1/+6 | |
| | | | |||||
| | * | fix bug from previous commit, zig doesn't look ahead for type inference | 2025-06-08 | 1 | -1/+1 | |
| | | | |||||
| | * | fix https://github.com/vrischmann/zig-sqlite/issues/187 | 2025-06-08 | 1 | -2/+23 | |
| |/ | |||||
| * | Merge pull request #185 from vrischmann/update-sqlite | 2025-05-26 | 2 | -4/+4 | |
| |\ | | | | | Update sqlite + setup-zig | ||||
| | * | update setup-zig to v2 | 2025-05-26 | 1 | -2/+2 | |
| | | | |||||
| | * | update sqlite | 2025-05-26 | 1 | -2/+2 | |
| |/ | |||||
| * | Merge pull request #184 from nektro/patch-1 | 2025-05-23 | 1 | -0/+1 | |
| |\ | |||||
| | * | zig.mod: define sqlite license | 2025-05-22 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #183 from nektro/patch-1 | 2025-05-13 | 1 | -1/+1 | |
| |\ | |||||
| | * | fix missed removed try in reading packed struct column | 2025-05-13 | 1 | -1/+1 | |
| |/ | |||||
| * | fix name | 2025-05-06 | 1 | -1/+1 | |
| | | |||||
| * | fix some typos | 2025-05-06 | 1 | -5/+5 | |
| | | |||||
| * | update readme | 2025-05-06 | 1 | -3/+3 | |
| | | |||||
| * | ci: pin to zig 0.14.0pin-zig-0.14.0 | 2025-03-05 | 1 | -1/+1 | |
| | | |||||
| * | indicate that this needs at least zig 0.14.0 | 2025-03-05 | 1 | -0/+1 | |
| | | |||||
| * | build.zig.son: refetch the dependencies to have the new hash | 2025-03-02 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #182 from vrischmann/update-ci-action | 2025-03-01 | 1 | -2/+2 | |
| |\ | | | | | ci: change unmaintained action | ||||
| | * | ci: change unmaintained action | 2025-03-01 | 1 | -2/+2 | |
| |/ | |||||
| * | fix build | 2025-03-01 | 1 | -1/+2 | |
| | | |||||
| * | Merge pull request #181 from nektro/patch-1 | 2025-02-16 | 1 | -2/+1 | |
| |\ | | | | | zig.mod: fix http dep | ||||
| | * | zig.mod: c/sqlite.c doesn't exist anymore | 2025-02-16 | 1 | -1/+0 | |
| | | | |||||
| | * | zig.mod: fix http dep | 2025-02-16 | 1 | -1/+1 | |
| |/ | |||||
| * | Merge pull request #179 from vrischmann/use-upstream | 2025-02-16 | 11 | -274927/+235 | |
| |\ | | | | | Use upstream sqlite | ||||
| | * | build: fix zigcrypto dependencies | 2025-02-16 | 1 | -0/+1 | |
| | | | |||||
| | * | examples(zigcrypto): better error message | 2025-02-16 | 1 | -1/+1 | |
| | | | |||||
| | * | zigmod: update | 2025-02-16 | 1 | -0/+5 | |
| | | | |||||
| | * | examples(zigcrypto): fix for windows | 2025-02-16 | 1 | -1/+7 | |
| | | | |||||
| | * | the loadable extension is tested with the 'test' target | 2025-02-16 | 1 | -16/+0 | |
| | | | |||||
| | * | build: install the sqlite library artifact | 2025-02-16 | 1 | -1/+1 | |
| | | | |||||
| | * | stop vendoring the sqlite C code, rework the build | 2025-02-16 | 8 | -274909/+221 | |
| |/ | | | | | | | | | * Use the zig package manager to fetch sqlite directly from upstream * Integrate the preprocessing tool directly into the build script This makes it simpler to upgrade the SQLite source code: * use `zig fetch` * run `zig build preprocess-headers` | ||||
| * | Merge pull request #180 from nektro/patch-1 | 2025-02-14 | 1 | -0/+1 | |
| |\ | | | | | zig.mod: needs workaround.c | ||||
| | * | zig.mod: needs workaround.c | 2025-02-14 | 1 | -0/+1 | |
| |/ | |||||
| * | fix tests for latest zig | 2025-02-13 | 1 | -3/+3 | |
| | | |||||
| * | Merge pull request #175 from MatthiasPortzel/master | 2025-01-21 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update some missed Int -> int | 2025-01-20 | 1 | -2/+2 | |
| |/ | |||||