summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #183 from nektro/patch-1Gravatar Vincent Rischmann2025-05-131-1/+1
|\
| * fix missed removed try in reading packed struct columnGravatar Meghan Denny2025-05-131-1/+1
|/
* fix nameGravatar Vincent Rischmann2025-05-061-1/+1
|
* fix some typosGravatar Vincent Rischmann2025-05-061-5/+5
|
* update readmeGravatar Vincent Rischmann2025-05-061-3/+3
|
* ci: pin to zig 0.14.0pin-zig-0.14.0Gravatar Vincent Rischmann2025-03-051-1/+1
|
* indicate that this needs at least zig 0.14.0Gravatar Vincent Rischmann2025-03-051-0/+1
|
* build.zig.son: refetch the dependencies to have the new hashGravatar Vincent Rischmann2025-03-021-1/+1
|
* Merge pull request #182 from vrischmann/update-ci-actionGravatar Vincent Rischmann2025-03-011-2/+2
|\ | | | | ci: change unmaintained action
| * ci: change unmaintained actionGravatar Vincent Rischmann2025-03-011-2/+2
|/
* fix buildGravatar Vincent Rischmann2025-03-011-1/+2
|
* Merge pull request #181 from nektro/patch-1Gravatar Vincent Rischmann2025-02-161-2/+1
|\ | | | | zig.mod: fix http dep
| * zig.mod: c/sqlite.c doesn't exist anymoreGravatar Meghan Denny2025-02-161-1/+0
| |
| * zig.mod: fix http depGravatar Meghan Denny2025-02-161-1/+1
|/
* Merge pull request #179 from vrischmann/use-upstreamGravatar Vincent Rischmann2025-02-1611-274927/+235
|\ | | | | Use upstream sqlite
| * build: fix zigcrypto dependenciesGravatar Vincent Rischmann2025-02-161-0/+1
| |
| * examples(zigcrypto): better error messageGravatar Vincent Rischmann2025-02-161-1/+1
| |
| * zigmod: updateGravatar Vincent Rischmann2025-02-161-0/+5
| |
| * examples(zigcrypto): fix for windowsGravatar Vincent Rischmann2025-02-161-1/+7
| |
| * the loadable extension is tested with the 'test' targetGravatar Vincent Rischmann2025-02-161-16/+0
| |
| * build: install the sqlite library artifactGravatar Vincent Rischmann2025-02-161-1/+1
| |
| * stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann2025-02-168-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-1Gravatar Vincent Rischmann2025-02-141-0/+1
|\ | | | | zig.mod: needs workaround.c
| * zig.mod: needs workaround.cGravatar Meghan Denny2025-02-141-0/+1
|/
* fix tests for latest zigGravatar Vincent Rischmann2025-02-131-3/+3
|
* Merge pull request #175 from MatthiasPortzel/masterGravatar Vincent Rischmann2025-01-211-2/+2
|\
| * Update some missed Int -> intGravatar Matthias Portzel2025-01-201-2/+2
|/
* build: disable mips in testsGravatar Vincent Rischmann2025-01-171-1/+2
|
* all: fix for latest zigGravatar Vincent Rischmann2025-01-172-17/+13
|
* build: fix for latest zigGravatar Vincent Rischmann2025-01-171-1/+1
|
* Merge pull request #174 from rockorager/remove-workaroundGravatar Vincent Rischmann2025-01-061-12/+12
|\ | | | | zig: remove workaround for ziglang#5149
| * zig: remove workaround for ziglang#5149Gravatar Tim Culverhouse2025-01-061-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-buildGravatar Vincent Rischmann2024-12-221-27/+25
|
* Merge pull request #173 from vrischmann/fix-latest-zigGravatar Vincent Rischmann2024-12-192-28/+13
|\ | | | | Fix latest zig
| * rework execMultiGravatar Vincent Rischmann2024-12-191-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 prepareWithTailGravatar Vincent Rischmann2024-12-191-1/+5
| |
| * fix for latest zigGravatar Vincent Rischmann2024-12-191-2/+2
|/
* Merge pull request #172 from JudsenAtFlexgen/Documentation-updateGravatar Vincent Rischmann2024-12-141-2/+4
|\ | | | | fixup README.md
| * Update README.md Gravatar Judsen Hembree2024-12-131-1/+3
| | | | | | | | | | Use suggested code edit. Co-authored-by: Vincent Rischmann <vincent@rischmann.fr>
| * fixup README.mdGravatar Jud Hembree2024-12-111-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 examplesGravatar Vincent Rischmann2024-12-141-2/+4
| |
* | readme: fix typoGravatar Vincent Rischmann2024-12-141-1/+1
| |
* | readme: fix examplesGravatar Vincent Rischmann2024-12-141-1/+5
| |
* | readme: fix examplesGravatar Vincent Rischmann2024-12-141-3/+7
| |
* | readme: fix exampleGravatar Vincent Rischmann2024-12-141-0/+2
| |
* | readme: fix wordingGravatar Vincent Rischmann2024-12-141-3/+3
| |
* | readme: fix exampleGravatar Vincent Rischmann2024-12-141-1/+1
| |
* | readme: define the allocatorGravatar Vincent Rischmann2024-12-141-0/+2
| |
* | readme: fix table used in exampleGravatar Vincent Rischmann2024-12-141-2/+2
| |
* | readme: fix exampleGravatar Vincent Rischmann2024-12-141-1/+1
| |