summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | readme: define the allocatorGravatar Vincent Rischmann2024-12-141-0/+4
| |
* | fix table used in exampleGravatar Vincent Rischmann2024-12-141-1/+1
| |
* | update readmeGravatar Vincent Rischmann2024-12-141-2/+3
| |
* | update readmeGravatar Vincent Rischmann2024-12-141-0/+2
|/
* bump version to 3.47.2Gravatar Vincent Rischmann2024-12-081-1/+1
|
* readme: update table of contentsGravatar Vincent Rischmann2024-12-081-5/+0
|
* readme: stop recommending zigmodGravatar Vincent Rischmann2024-12-081-27/+0
| | | | `zig fetch` works well enough
* update readmeGravatar Vincent Rischmann2024-12-081-1/+0
|
* readme: stop supporting using a git submoduleGravatar Vincent Rischmann2024-12-081-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'Gravatar Vincent Rischmann2024-12-081-20/+2
|\
| * update readmeGravatar Vincent Rischmann2024-12-081-20/+2
|/
* Merge pull request #171 from vrischmann/always-use-bundledGravatar Vincent Rischmann2024-12-081-32/+20
|\ | | | | always use the bundled sqlite source
| * build: always use the bundled sqlite sourceGravatar Vincent Rischmann2024-12-081-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'Gravatar Vincent Rischmann2024-12-081-37/+43
|\
| * update readmeGravatar Vincent Rischmann2024-12-081-37/+43
|/
* remove the fuzz directory since it's not used anymoreGravatar Vincent Rischmann2024-12-086-618/+0
|
* Merge branch 'fuzzing'Gravatar Vincent Rischmann2024-12-082-48/+67
|\
| * add a fuzz testGravatar Vincent Rischmann2024-12-081-0/+67
| |
| * build: remove adhoc fuzzingGravatar Vincent Rischmann2024-12-081-48/+0
|/
* Merge pull request #170 from vrischmann/ci-ubuntu-2404Gravatar Vincent Rischmann2024-12-081-6/+6
|\ | | | | ci: run with ubuntu 24.04
| * ci: run with ubuntu 24.04ci-ubuntu-2404Gravatar Vincent Rischmann2024-12-071-6/+6
|/
* regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann2024-12-071-3/+3
|
* update sqlite to 3.47.2Gravatar Vincent Rischmann2024-12-072-30/+35
|
* update zon versionGravatar Vincent Rischmann2024-11-301-1/+1
|