| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | update tests for new use of `Db.init` | 2021-08-11 | 1 | -6/+2 | ||
| | | | ||||||
| | * | actions- add `fail-fast: false` to matrix steps | 2021-08-11 | 1 | -0/+2 | ||
| | | | ||||||
| | * | adding allocator to Db.QueryOptions was a mistake | 2021-08-11 | 1 | -1/+0 | ||
| | | | ||||||
| | * | git- ignore zig-cache and zig-out | 2021-08-11 | 1 | -0/+1 | ||
| | | | ||||||
| | * | clarify bind marker len compile error | 2021-08-09 | 1 | -1/+4 | ||
| | | | ||||||
| | * | options asks for `allocator` field but its not there | 2021-08-09 | 1 | -0/+1 | ||
| | | | ||||||
| | * | iterator- pass along options object | 2021-08-09 | 1 | -1/+1 | ||
| | | | ||||||
| | * | make `init` return a Self instead of updating a pointer | 2021-08-09 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Merge pull request #37 from vrischmann/improve-doc | 2021-08-09 | 1 | -18/+52 | ||
| |\ \ | |/ |/| | Improve doc | |||||
| | * | move the documentation to Db.openBlob since that is the method user will call | 2021-08-09 | 1 | -19/+26 | ||
| | | | ||||||
| | * | clarify Blob.open | 2021-08-09 | 1 | -0/+1 | ||
| | | | ||||||
| | * | document the ZeroBlob type | 2021-08-09 | 1 | -0/+17 | ||
| | | | ||||||
| | * | clarify the OpenFlags | 2021-08-09 | 1 | -0/+5 | ||
| | | | ||||||
| | * | clarify Mode documentation | 2021-08-09 | 1 | -0/+4 | ||
| |/ | ||||||
| * | Merge pull request #33 from vrischmann/exec-with-diags | 2021-08-02 | 1 | -21/+47 | ||
| |\ | | | | | modify exec to take a QueryOptions | |||||
| | * | modify exec to take a QueryOptions | 2021-08-02 | 1 | -21/+47 | ||
| |/ | | | | Fixes #35 | |||||
| * | Merge branch 'improve-readme' | 2021-07-18 | 1 | -1/+23 | ||
| |\ | ||||||
| | * | document that fixed-sized arrays are supported | 2021-07-18 | 1 | -1/+23 | ||
| |/ | ||||||
| * | Merge branch 'add-gitattributes' | 2021-07-18 | 2 | -6/+3 | ||
| |\ | ||||||
| | * | Revert "ci: use vrischmann/checkout@disable-autocrlf" | 2021-07-18 | 1 | -6/+2 | ||
| | | | | | | | | | This reverts commit 31caa367f3ea19a3a0a7d8c0a710089b14416d94. | |||||
| | * | gitattributes: normalize line endings | 2021-07-18 | 1 | -0/+1 | ||
| |/ | ||||||
| * | Merge branch 'fix-windows' | 2021-07-12 | 1 | -2/+6 | ||
| |\ | ||||||
| | * | ci: use vrischmann/checkout@disable-autocrlf | 2021-07-12 | 1 | -2/+6 | ||
| |/ | ||||||
| * | Merge branch 'fix-latest-zig' | 2021-06-27 | 2 | -17/+11 | ||
| |\ | ||||||
| | * | fix 'unused variable' errors | 2021-06-25 | 1 | -6/+1 | ||
| | | | ||||||
| | * | query: fix new compilation errors | 2021-06-25 | 1 | -9/+3 | ||
| | | | ||||||
| | * | fix 'redundant comptile' error | 2021-06-25 | 1 | -2/+2 | ||
| | | | ||||||
| | * | fix 'unused function parameter' error | 2021-06-25 | 1 | -0/+5 | ||
| |/ | ||||||
| * | Merge pull request #34 from Miaourt/master | 2021-06-14 | 2 | -92/+185 | ||
| |\ | | | | | Update SQLite to 3.35.5 | |||||
| | * | Update SQLite to 3.35.5 | 2021-06-13 | 2 | -92/+185 | ||
| |/ | ||||||
| * | ci: cleanup | 2021-06-09 | 4 | -8/+0 | ||
| | | ||||||
| * | Merge branch 'ci-qemu' | 2021-06-08 | 2 | -0/+22 | ||
| |\ | ||||||
| | * | ci: run the tests with qemu too | 2021-06-07 | 2 | -0/+22 | ||
| |/ | ||||||
| * | Merge branch 'more-windows-ci' | 2021-06-06 | 1 | -0/+8 | ||
| |\ | ||||||
| | * | ci: build windows with i386 too | 2021-06-06 | 1 | -0/+8 | ||
| |/ | ||||||
| * | Merge branch 'ci-windows' | 2021-06-06 | 1 | -2/+2 | ||
| |\ | ||||||
| | * | ci: add steps for Windows | 2021-06-06 | 1 | -2/+2 | ||
| |/ | ||||||
| * | ci: run the actions every day | 2021-05-30 | 1 | -0/+2 | ||
| | | ||||||
| * | Merge pull request #31 from vrischmann/change-branch-quota | 2021-05-30 | 1 | -5/+10 | ||
| |\ | | | | | set the eval branch quota in the return type block | |||||
| | * | set the eval branch quota in the return type block | 2021-05-30 | 1 | -5/+10 | ||
| |/ | | | | | | | | | | `prepare` and `prepareWithDiags` parse the query at comptime in the return type definition. This exceeds the branch quota since https://github.com/ziglang/zig/commit/b11ac9c5bfb4048eb4aa561f8b3b058a76787f7e. Use a block and `@setEvalBranchQuota` to work around this. Fixes #30. | |||||
| * | Merge branch 'fix-latest-zig' | 2021-05-28 | 2 | -5/+3 | ||
| |\ | ||||||
| | * | all: update for latest zig | 2021-05-19 | 2 | -5/+3 | ||
| |/ | ||||||
| * | Merge branch 'fix-tests' | 2021-05-12 | 2 | -81/+81 | ||
| |\ | ||||||
| | * | all: fix tests for latest zig | 2021-05-09 | 2 | -81/+81 | ||
| |/ | ||||||
| * | attempt to make the threading mode error clearer | 2021-05-03 | 1 | -1/+1 | ||
| | | ||||||
| * | workaround compiler bug | 2021-04-27 | 1 | -3/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | This workaround allows one to write this: const Foobar = struct { foo: usize, bar: []const u8, }; const row = try stmt.one(Foobar); Where the first field in the struct (here `foo`) is either an integer type, a float type or a boolean. Moving the first field of this type to second position resolves the bug. This is because readInt, readFloat and readBool have an empty error set and cause this bug to trigger. Removing the error altogether also triggers the bug so we define an explicit error set. If we actually want to return an error from these functions we'll simply remove the workaround. See https://github.com/ziglang/zig/issues/5149 | |||||
| * | fix error name | 2021-04-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #28 from daurnimator/array-exact-size | 2021-04-22 | 1 | -11/+12 | ||
| |\ | | | | | Allow reading into static size arrays as long as size matches | |||||
| | * | Allow reading into static size arrays as long as size matches | 2021-04-23 | 1 | -11/+12 | ||
| |/ | ||||||
| * | Merge pull request #26 from daurnimator/return-error | 2021-04-22 | 1 | -87/+87 | ||
| |\ | | | | | error: return error directly so that line in stacktrace is relevant | |||||