summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move setFunctionResult to helpers.setResultGravatar Vincent Rischmann2022-09-112-37/+45
* gitignore: explicitly ignore only the zig output dirsGravatar Vincent Rischmann2022-09-111-1/+2
* Merge branch 'update-sqlite'Gravatar Vincent Rischmann2022-09-032-3532/+5802
|\
| * update sqlite bundled source code to 3.39.2Gravatar Vincent Rischmann2022-09-032-3532/+5802
|/
* ci: disable tests for WindowsGravatar Vincent Rischmann2022-09-031-1/+1
* drop the table in the testsGravatar Vincent Rischmann2022-08-311-4/+16
* Remove unnecessary linkLibC() when static linkingGravatar Dmitry Matveyev2022-08-292-3/+1
* Fix error formatting in readme for the newest zig 3685+dae7aeb33Gravatar Dmitry Matveyev2022-08-291-1/+1
* fuzz: explain how to debugGravatar Vincent Rischmann2022-08-211-0/+9
* fuzz: reread the data from the tableGravatar Vincent Rischmann2022-08-211-0/+29
* ci: disable caching on WindowsGravatar Vincent Rischmann2022-08-211-0/+1
* fuzz: add a readme explaining how to use itGravatar Vincent Rischmann2022-08-211-0/+42
* build: force the use of stage1Gravatar Vincent Rischmann2022-08-211-0/+3
* readme: clearly document which Zig version is supportedGravatar Vincent Rischmann2022-08-201-0/+8
* `addPackage` is redundantGravatar okamo2022-08-171-1/+1
* change `[]const u8` to `std.build.FileSource`Gravatar okamo2022-08-171-1/+1
* change a way to use bundled sqlite3Gravatar okamo2022-08-171-1/+1
* make `c` public againGravatar Vincent Rischmann2022-08-151-1/+1
* require SQLite >= 3.21.0Gravatar Vincent Rischmann2022-08-143-7/+13
* ci: only run the workflow on a push to masterGravatar Vincent Rischmann2022-08-061-0/+1
* ci: cache the zig cache filesGravatar Vincent Rischmann2022-08-061-0/+8
* ci: cancel in progress jobGravatar Vincent Rischmann2022-08-061-0/+4
* ci: run the workflow on all changesGravatar Vincent Rischmann2022-08-061-8/+0
* move versionGreaterThanOrEqualTo in sqlite.zigGravatar Vincent Rischmann2022-08-052-4/+7
* move Text in sqlite.zigGravatar Vincent Rischmann2022-08-052-4/+4
* move DetailedError, do some cleanupGravatar Vincent Rischmann2022-08-042-49/+53
* use a single cImportGravatar Vincent Rischmann2022-08-043-6/+5
* add greaterThanOrEqualsToGravatar jiacai20502022-08-041-5/+9
* ci: also trigger on ref creationGravatar Vincent Rischmann2022-08-021-0/+1
* ci: test on macOS 12Gravatar Vincent Rischmann2022-08-021-1/+1
* ci: test on all Ubuntu's variantsGravatar Vincent Rischmann2022-08-021-1/+1
* remove obsolete todoGravatar Vincent Rischmann2022-08-021-3/+0
* no need for 'comptime' for this checkGravatar Vincent Rischmann2022-08-021-1/+1
* create a specific CreateFunctionFlag struct based on the SQLite versionGravatar Vincent Rischmann2022-08-021-2/+16
* some error codes are only available with sqlite >= 3.22.0Gravatar Vincent Rischmann2022-08-021-5/+11
* fix buildGravatar Vincent Rischmann2022-07-261-1/+1
* build: let the user specify the build modeGravatar Vincent Rischmann2022-07-231-8/+8
* add a way to get the aggregate context with createAggregateFunctionGravatar Vincent Rischmann2022-07-141-53/+161
* readme: fix allocator usageGravatar Vincent Rischmann2022-06-261-1/+1
* Merge branch 'clarify-bind-markers-error'Gravatar Vincent Rischmann2022-05-241-1/+1
|\
| * clarify the compile errorGravatar Vincent Rischmann2022-05-241-1/+1
|/
* Make ParsedQuery a generic on query lengthGravatar Luna2022-05-172-163/+170
* Make errorFromResultCode publicGravatar luna2022-05-151-0/+1
* remove unreachable conditionGravatar Luna2022-05-141-2/+0
* add test for single statement in execMultiGravatar Luna2022-05-141-1/+9
* rename to execMultiGravatar Luna2022-05-141-2/+2
* add newlines and comments to runMulti test caseGravatar Luna2022-05-141-1/+1
* fix splitting logic for runMultiGravatar Luna2022-05-141-4/+21
* copy options overGravatar Luna2022-05-141-4/+5
* add Db.runMultiGravatar Luna2022-05-141-1/+24