| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | | ||||||
| * | | fix table used in example | 2024-12-14 | 1 | -1/+1 | ||
| | | | ||||||
| * | | update readme | 2024-12-14 | 1 | -2/+3 | ||
| | | | ||||||
| * | | update readme | 2024-12-14 | 1 | -0/+2 | ||
| |/ | ||||||
| * | bump version to 3.47.2 | 2024-12-08 | 1 | -1/+1 | ||
| | | ||||||
| * | readme: update table of contents | 2024-12-08 | 1 | -5/+0 | ||
| | | ||||||
| * | readme: stop recommending zigmod | 2024-12-08 | 1 | -27/+0 | ||
| | | | | | `zig fetch` works well enough | |||||
| * | update readme | 2024-12-08 | 1 | -1/+0 | ||
| | | ||||||
| * | readme: stop supporting using a git submodule | 2024-12-08 | 1 | -64/+0 | ||
| | | | | | | | The official package manager works fine enough now that I don't wan't to support this use case myself; if people want to use Git submodules they'll have to figure it out themselves. | |||||
| * | Merge branch 'improve-readme-fetch' | 2024-12-08 | 1 | -20/+2 | ||
| |\ | ||||||
| | * | update readme | 2024-12-08 | 1 | -20/+2 | ||
| |/ | ||||||
| * | Merge pull request #171 from vrischmann/always-use-bundled | 2024-12-08 | 1 | -32/+20 | ||
| |\ | | | | | always use the bundled sqlite source | |||||
| | * | build: always use the bundled sqlite source | 2024-12-08 | 1 | -32/+20 | ||
| |/ | | | | | | I don't see any point using the system provided sqlite3 library. By using the bundled source code we simplify things and we get a more consistent setup: all platforms use the same sqlite source code. | |||||
| * | Merge branch 'improve-readme' | 2024-12-08 | 1 | -37/+43 | ||
| |\ | ||||||
| | * | update readme | 2024-12-08 | 1 | -37/+43 | ||
| |/ | ||||||
| * | remove the fuzz directory since it's not used anymore | 2024-12-08 | 6 | -618/+0 | ||
| | | ||||||
| * | Merge branch 'fuzzing' | 2024-12-08 | 2 | -48/+67 | ||
| |\ | ||||||
| | * | add a fuzz test | 2024-12-08 | 1 | -0/+67 | ||
| | | | ||||||
| | * | build: remove adhoc fuzzing | 2024-12-08 | 1 | -48/+0 | ||
| |/ | ||||||
| * | Merge pull request #170 from vrischmann/ci-ubuntu-2404 | 2024-12-08 | 1 | -6/+6 | ||
| |\ | | | | | ci: run with ubuntu 24.04 | |||||
| | * | ci: run with ubuntu 24.04ci-ubuntu-2404 | 2024-12-07 | 1 | -6/+6 | ||
| |/ | ||||||
| * | regenerate the loadable-ext-sqlite3.h file | 2024-12-07 | 1 | -3/+3 | ||
| | | ||||||
| * | update sqlite to 3.47.2 | 2024-12-07 | 2 | -30/+35 | ||
| | | ||||||
| * | update zon version | 2024-11-30 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge branch 'update-sqlite' | 2024-11-30 | 3 | -2878/+6167 | ||
| |\ | ||||||