| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | build.zig: fix invalid reference | 2023-12-23 | 1 | -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/master | 2023-12-19 | 2 | -6/+15 | ||
| |\ | ||||||
| | * | Add distinct EmptyQuery error | 2023-12-19 | 1 | -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 errors | 2023-12-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Merge pull request #148 from Cloudef/master | 2023-12-18 | 1 | -3/+21 | ||
| |\| | | | | | Improvements to ParsedQuery | |||||
| | * | query: parse names of bind parameters | 2023-12-18 | 1 | -1/+19 | ||
| | | | | | | | | | | | bind parameter amount should not increase if bind parameter with same name exists. | |||||
| | * | query: support [] and ` identifiers | 2023-12-18 | 1 | -2/+2 | ||
| |/ | ||||||
| * | fix for latest zig | 2023-12-06 | 2 | -3/+3 | ||
| | | ||||||
| * | Merge pull request #146 from Krvopije/master | 2023-12-02 | 2 | -2/+2 | ||
| |\ | | | | | Fix for deprecated std.mem.copy | |||||
| | * | Update sqlite.zig | 2023-12-02 | 1 | -1/+1 | ||
| | | | | | | | std.mem.copy was deprecated | |||||
| | * | Update query.zig | 2023-12-02 | 1 | -1/+1 | ||
| |/ | | | std.mem.copy was deprecated | |||||
| * | fix build on non x86_64 architectures | 2023-11-29 | 1 | -2/+12 | ||
| | | | | | Closes #145 | |||||
| * | Merge pull request #144 from vrischmann/update-latest-zig | 2023-11-26 | 5 | -196/+677 | ||
| |\ | | | | | Updates | |||||
| | * | ci: run tests with the -Dci flag | 2023-11-26 | 1 | -1/+1 | ||
| | | | ||||||
| | * | ci: use checkout@v4 | 2023-11-26 | 1 | -1/+1 | ||
| | | | ||||||
| | * | build: rework how we choose the test targets | 2023-11-26 | 1 | -10/+76 | ||
| | | | ||||||
| | * | c: create_filename now returns a `const char*` | 2023-11-26 | 1 | -1/+1 | ||
| | | | ||||||
| | * | run 'preprocess-files' to update the C headers | 2023-11-26 | 2 | -183/+598 | ||
| |/ | ||||||
| * | Merge branch 'fix-latest-zig' | 2023-11-23 | 4 | -35/+98 | ||
| |\ | ||||||
| | * | use @hasField | 2023-11-23 | 1 | -3/+3 | ||
| | | | ||||||
| | * | add the fasFn helper | 2023-11-23 | 3 | -11/+27 | ||
| | | | ||||||
| | * | add the isZigString helper | 2023-11-23 | 1 | -6/+38 | ||
| | | | ||||||
| | * | use our helper to check a typ has a specific declaration | 2023-11-23 | 1 | -10/+19 | ||
| | | | ||||||
| | * | rewrite a helper to check if a type is a struct | 2023-11-23 | 1 | -5/+11 | ||
| | | | | | | | | | std.meta.trait doesn't exist anymore. | |||||
| | * | fix preprocess_files | 2023-11-23 | 1 | -2/+2 | ||
| |/ | ||||||
| * | Merge pull request #143 from edyu/master | 2023-11-22 | 6 | -2378/+4324 | ||
| |\ | | | | | Update to sqlite 3.44.0 | |||||
| | * | Merged from upstream | 2023-11-21 | 1 | -2/+2 | ||
| | |\ | |/ |/| | ||||||
| * | | Update vtab.zig | 2023-11-21 | 1 | -9/+9 | ||
| | | | ||||||
| * | | Update query.zig | 2023-11-21 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Update test.zig | 2023-11-21 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Update sqlite.zig | 2023-11-21 | 1 | -1/+1 | ||
| | | | | | | | Missed one | |||||
| * | | Update sqlite.zig | 2023-11-21 | 1 | -35/+35 | ||
| | | | ||||||
| * | | fix build | 2023-11-04 | 1 | -0/+1 | ||
| | | | ||||||
| * | | fix exec() examples in readme | 2023-10-30 | 1 | -2/+2 | ||
| | | | | | | | | | Closes #140 | |||||
| | * | Update to sqlite 3.44.0 | 2023-11-21 | 4 | -2364/+4303 | ||
| | | | ||||||
| | * | Update to zig 0.12.0-dev.1664+8ca4a5240 | 2023-11-21 | 4 | -48/+48 | ||
| | | | ||||||
| | * | Update to sqlite 3.43.2 | 2023-10-24 | 3 | -23/+30 | ||
| | | | ||||||
| | * | Add paths field in build.zig.zon | 2023-10-24 | 1 | -1/+2 | ||
| |/ | ||||||
| * | Don't specify the type of the variable | 2023-09-21 | 1 | -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 plaforms | 2023-09-20 | 1 | -1/+2 | ||
| | | ||||||
| * | Fix build for recent zig C naming changes | 2023-09-20 | 1 | -1/+1 | ||
| | | ||||||
| * | readme: clarify where/how to get the hash value in the build.zig.zon | 2023-09-18 | 1 | -0/+10 | ||
| | | ||||||
| * | update readme for latest zig | 2023-09-18 | 1 | -5/+19 | ||
| | | ||||||
| * | readme: clarify how to use the official package manager | 2023-09-17 | 1 | -0/+3 | ||
| | | ||||||
| * | remove old sourcehut build files | 2023-09-17 | 3 | -71/+0 | ||
| | | ||||||
| * | update sqlite to 3.43.1 | 2023-09-15 | 2 | -90/+99 | ||
| | | ||||||
| * | Merge branch 'update-sqlite' | 2023-09-01 | 3 | -6465/+15873 | ||
| |\ | ||||||
| | * | update sqlite to 3.43.0 | 2023-09-01 | 3 | -6465/+15873 | ||
| |/ | ||||||
| * | update to Zig 0.11 | 2023-08-17 | 1 | -1/+1 | ||
| | | | | | workaround for https://github.com/ziglang/zig/issues/16663 | |||||
| * | build.zig: use b.addModule rather than .createModule and .modules.put | 2023-08-05 | 1 | -2/+1 | ||
| | | ||||||