summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'update-sqlite'Gravatar Vincent Rischmann2024-11-303-2878/+6167
|\
| * regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann2024-11-301-63/+385
| |
| * update sqlite to 3.47.1Gravatar Vincent Rischmann2024-11-302-2815/+5782
|/
* Merge pull request #169 from notcancername/unionGravatar Vincent Rischmann2024-11-171-2/+11
|\ | | | | support custom-binding packed unions
| * support custom-binding unionsGravatar notcancername2024-11-161-2/+11
| |
* | Merge pull request #168 from IamSanjid/reuse-fieldGravatar Vincent Rischmann2024-10-302-11/+54
|\ \ | |/ |/| Reuse field for binding
| * Reuse field for bindingGravatar IamSanjid2024-10-232-11/+54
|/
* Merge pull request #166 from vrischmann/update-sqliteGravatar Vincent Rischmann2024-09-072-6103/+11339
|\ | | | | update sqlite