summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update dynamic statement all to call arraylist.append correctlyGravatar Patrick2025-10-181-1/+1
|
* fix: linking should be static, not dynamicGravatar Vincent Rischmann2025-08-301-1/+1
| | | | That was an oversight
* update readmeGravatar Vincent Rischmann2025-08-281-1/+1
|
* all: fix for latest zigGravatar Vincent Rischmann2025-08-202-19/+20
|
* Merge pull request #193 from mattnite/arraylistGravatar Vincent Rischmann2025-08-181-4/+4
|\ | | | | Fix ArrayList API changes from Zig Master
| * Fix ArrayList API changes from Zig MasterGravatar Matt Knight2025-08-171-4/+4
| |
* | Merge pull request #192 from Queyrouzec/masterGravatar Vincent Rischmann2025-08-181-28/+29
|\ \ | |/ |/|
| * added sqlite mod back inGravatar queyrouzec2025-08-161-28/+29
|/
* ci: use zig masterGravatar Vincent Rischmann2025-08-101-1/+1
|
* build: disable the zigcrypto testsGravatar Vincent Rischmann2025-08-101-33/+33
| | | | | The loadable extension mechanism is broken with the latest Zig master; will be re-enabled at some point
* update readmeGravatar Vincent Rischmann2025-08-101-2/+4
|
* Merge pull request #191 from Tesseract22/masterGravatar Vincent Rischmann2025-08-108-117/+132
|\ | | | | Update to zig 0.15
| * chore: update to zig 0.15Gravatar Tesseract222025-08-098-117/+132
|/ | | | | Everything other than loadextension works. zig 0.15 remove usingnamespac, so tha whole mechanism has to be reworked, and idk how
* Merge pull request #188 from gracen-writes-code/masterGravatar Vincent Rischmann2025-06-101-2/+28
|\ | | | | Allow for strings within strings in SQL queries
| * add test case, switch from using a nullable to undefinedGravatar Gracen2025-06-081-1/+6
| |
| * fix bug from previous commit, zig doesn't look ahead for type inferenceGravatar Gracen2025-06-081-1/+1
| |
| * fix https://github.com/vrischmann/zig-sqlite/issues/187Gravatar Gracen2025-06-081-2/+23
|/
* Merge pull request #185 from vrischmann/update-sqliteGravatar Vincent Rischmann2025-05-262-4/+4
|\ | | | | Update sqlite + setup-zig
| * update setup-zig to v2Gravatar Vincent Rischmann2025-05-261-2/+2
| |
| * update sqliteGravatar Vincent Rischmann2025-05-261-2/+2
|/
* Merge pull request #184 from nektro/patch-1Gravatar Vincent Rischmann2025-05-231-0/+1
|\
| * zig.mod: define sqlite licenseGravatar Meghan Denny2025-05-221-0/+1
|/
* 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
|