| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |/ | |||||
| * | build: disable mips in tests | 2025-01-17 | 1 | -1/+2 | |
| | | |||||
| * | all: fix for latest zig | 2025-01-17 | 2 | -17/+13 | |
| | | |||||
| * | build: fix for latest zig | 2025-01-17 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #174 from rockorager/remove-workaround | 2025-01-06 | 1 | -12/+12 | |
| |\ | | | | | zig: remove workaround for ziglang#5149 | ||||
| | * | zig: remove workaround for ziglang#5149 | 2025-01-06 | 1 | -12/+12 | |
| |/ | | | | | | error.Workaround was being returned due to https://github.com/ziglang/zig/issues/5149. This has been fixed. Remove the error and todo items | ||||
| * | build: the 'bundled' flag is uselessrefactor-build | 2024-12-22 | 1 | -27/+25 | |
| | | |||||
| * | Merge pull request #173 from vrischmann/fix-latest-zig | 2024-12-19 | 2 | -28/+13 | |
| |\ | | | | | Fix latest zig | ||||
| | * | rework execMulti | 2024-12-19 | 1 | -25/+6 | |
| | | | | | | | | | | | | | | | | | | | We don't have to expose the tail pointer to get execMulti to work: the tail pointer can stay local to execMulti instead of polluting the QueryOptions. This is a breaking change but as far as I can tell people only use execMulti, never the tail pointer for anything, so I guess it's fine. | ||||
| | * | dynamic statement: add prepareWithTail | 2024-12-19 | 1 | -1/+5 | |
| | | | |||||
| | * | fix for latest zig | 2024-12-19 | 1 | -2/+2 | |
| |/ | |||||
| * | Merge pull request #172 from JudsenAtFlexgen/Documentation-update | 2024-12-14 | 1 | -2/+4 | |
| |\ | | | | | fixup README.md | ||||
| | * | Update README.md | 2024-12-13 | 1 | -1/+3 | |
| | | | | | | | | | | | Use suggested code edit. Co-authored-by: Vincent Rischmann <vincent@rischmann.fr> | ||||
| | * | fixup README.md | 2024-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | | spanZ is no longer in the standard. Found an alternate way to run the example. Updating readme for the next guy. | ||||
| * | | readme: fix examples | 2024-12-14 | 1 | -2/+4 | |
| | | | |||||
| * | | readme: fix typo | 2024-12-14 | 1 | -1/+1 | |
| | | | |||||
| * | | readme: fix examples | 2024-12-14 | 1 | -1/+5 | |
| | | | |||||
| * | | readme: fix examples | 2024-12-14 | 1 | -3/+7 | |
| | | | |||||
| * | | readme: fix example | 2024-12-14 | 1 | -0/+2 | |
| | | | |||||
| * | | readme: fix wording | 2024-12-14 | 1 | -3/+3 | |
| | | | |||||
| * | | readme: fix example | 2024-12-14 | 1 | -1/+1 | |
| | | | |||||
| * | | readme: define the allocator | 2024-12-14 | 1 | -0/+2 | |
| | | | |||||
| * | | readme: fix table used in example | 2024-12-14 | 1 | -2/+2 | |
| | | | |||||
| * | | readme: fix example | 2024-12-14 | 1 | -1/+1 | |
| | | | |||||
| * | | readme: define the allocator | 2024-12-14 | 1 | -0/+4 | |
| | | | |||||