summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #150 from Cloudef/masterGravatar Vincent Rischmann2023-12-231-6/+6
|\ | | | | build.zig: fix invalid reference
| * build.zig: fix invalid referenceGravatar Jari Vetoniemi2023-12-231-6/+6
|/ | | | | computeTestTargets returns reference to a function local scope variable which goes out of scope once the function returns.
* Merge pull request #149 from Cloudef/masterGravatar Vincent Rischmann2023-12-192-6/+15
|\
| * Add distinct EmptyQuery errorGravatar Jari Vetoniemi2023-12-191-5/+14
| | | | | | | | | | The execMulti will otherwise fail if there's whitespace and comments. Which is common if for example using @embedFile("some-schema.sql");
| * query: fix zig fmt errorsGravatar Jari Vetoniemi2023-12-191-1/+1
| |
* | Merge pull request #148 from Cloudef/masterGravatar Vincent Rischmann2023-12-181-3/+21
|\| | | | | Improvements to ParsedQuery
| * query: parse names of bind parametersGravatar Jari Vetoniemi2023-12-181-1/+19
| | | | | | | | | | bind parameter amount should not increase if bind parameter with same name exists.
| * query: support [] and ` identifiersGravatar Jari Vetoniemi2023-12-181-2/+2
|/
* fix for latest zigGravatar Vincent Rischmann2023-12-062-3/+3
|
* Merge pull request #146 from Krvopije/masterGravatar Vincent Rischmann2023-12-022-2/+2
|\ | | | | Fix for deprecated std.mem.copy
| * Update sqlite.zigGravatar Krvopije2023-12-021-1/+1
| | | | | | std.mem.copy was deprecated
| * Update query.zigGravatar Krvopije2023-12-021-1/+1
|/ | | std.mem.copy was deprecated
* fix build on non x86_64 architecturesGravatar Vincent Rischmann2023-11-291-2/+12
| | | | Closes #145
* Merge pull request #144 from vrischmann/update-latest-zigGravatar Vincent Rischmann2023-11-265-196/+677
|\ | | | | Updates
| * ci: run tests with the -Dci flagGravatar Vincent Rischmann2023-11-261-1/+1
| |
| * ci: use checkout@v4Gravatar Vincent Rischmann2023-11-261-1/+1
| |
| * build: rework how we choose the test targetsGravatar Vincent Rischmann2023-11-261-10/+76
| |
| * c: create_filename now returns a `const char*`Gravatar Vincent Rischmann2023-11-261-1/+1
| |
| * run 'preprocess-files' to update the C headersGravatar Vincent Rischmann2023-11-262-183/+598
|/
* Merge branch 'fix-latest-zig'Gravatar Vincent Rischmann2023-11-234-35/+98
|\
| * use @hasFieldGravatar Vincent Rischmann2023-11-231-3/+3
| |
| * add the fasFn helperGravatar Vincent Rischmann2023-11-233-11/+27
| |
| * add the isZigString helperGravatar Vincent Rischmann2023-11-231-6/+38
| |
| * use our helper to check a typ has a specific declarationGravatar Vincent Rischmann2023-11-231-10/+19
| |
| * rewrite a helper to check if a type is a structGravatar Vincent Rischmann2023-11-231-5/+11
| | | | | | | | std.meta.trait doesn't exist anymore.
| * fix preprocess_filesGravatar Vincent Rischmann2023-11-231-2/+2
|/
* Merge pull request #143 from edyu/masterGravatar Vincent Rischmann2023-11-226-2378/+4324
|\ | | | | Update to sqlite 3.44.0
| * Merged from upstreamGravatar Ed Yu2023-11-211-2/+2
| |\ | |/ |/|
* | Update vtab.zigGravatar Krvopije2023-11-211-9/+9
| |
* | Update query.zigGravatar Krvopije2023-11-211-2/+2
| |
* | Update test.zigGravatar Krvopije2023-11-211-1/+1
| |
* | Update sqlite.zigGravatar Krvopije2023-11-211-1/+1
| | | | | | Missed one
* | Update sqlite.zigGravatar Krvopije2023-11-211-35/+35
| |
* | fix buildGravatar Vincent Rischmann2023-11-041-0/+1
| |
* | fix exec() examples in readmeGravatar Vincent Rischmann2023-10-301-2/+2
| | | | | | | | Closes #140
| * Update to sqlite 3.44.0Gravatar Ed Yu2023-11-214-2364/+4303
| |
| * Update to zig 0.12.0-dev.1664+8ca4a5240Gravatar Ed Yu2023-11-214-48/+48
| |
| * Update to sqlite 3.43.2Gravatar Ed Yu2023-10-243-23/+30
| |
| * Add paths field in build.zig.zonGravatar Ed Yu2023-10-241-1/+2
|/
* Don't specify the type of the variableGravatar Vincent Rischmann2023-09-211-1/+1
| | | | | | | | | Not sure what's going on with the name mangling introduced in https://github.com/ziglang/zig/commit/9ea2076663730ab6ac9cad5cb5f84e58198d4d95 but we don't actually have to specify the type of the variable here. Remove it so that we don't have to care. Fixes #135
* Fix test build step for various plaformsGravatar John Bledsoe2023-09-201-1/+2
|
* Fix build for recent zig C naming changesGravatar John Bledsoe2023-09-201-1/+1
|
* readme: clarify where/how to get the hash value in the build.zig.zonGravatar Vincent Rischmann2023-09-181-0/+10
|
* update readme for latest zigGravatar Vincent Rischmann2023-09-181-5/+19
|
* readme: clarify how to use the official package managerGravatar Vincent Rischmann2023-09-171-0/+3
|
* remove old sourcehut build filesGravatar Vincent Rischmann2023-09-173-71/+0
|
* update sqlite to 3.43.1Gravatar John Bledsoe2023-09-152-90/+99
|
* Merge branch 'update-sqlite'Gravatar Vincent Rischmann2023-09-013-6465/+15873
|\
| * update sqlite to 3.43.0Gravatar Vincent Rischmann2023-09-013-6465/+15873
|/
* update to Zig 0.11Gravatar Meghan Denny2023-08-171-1/+1
| | | | workaround for https://github.com/ziglang/zig/issues/16663