| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix for latest zig | 2024-04-14 | 1 | -6/+9 | |
| * | Add distinct EmptyQuery error | 2023-12-19 | 1 | -5/+14 | |
| * | fix for latest zig | 2023-12-06 | 1 | -1/+1 | |
| * | Update sqlite.zig | 2023-12-02 | 1 | -1/+1 | |
| * | use @hasField | 2023-11-23 | 1 | -3/+3 | |
| * | add the fasFn helper | 2023-11-23 | 1 | -1/+1 | |
| * | add the isZigString helper | 2023-11-23 | 1 | -6/+38 | |
| * | rewrite a helper to check if a type is a struct | 2023-11-23 | 1 | -5/+11 | |
| * | Update to zig 0.12.0-dev.1664+8ca4a5240 | 2023-11-21 | 1 | -36/+36 | |
| * | update to Zig 0.11 | 2023-08-17 | 1 | -1/+1 | |
| * | DynamicStatement.all: use iteratorAlloc | 2023-07-10 | 1 | -1/+1 | |
| * | test: add default value for TestUser.Color | 2023-07-07 | 1 | -0/+1 | |
| * | readField remove unreachable and support default value in string backed enums | 2023-07-07 | 1 | -2/+1 | |
| * | cast builtins removed type | 2023-07-06 | 1 | -2/+2 | |
| * | support packed structs as columns backed by their int type | 2023-07-06 | 1 | -2/+7 | |
| * | update for latest zig | 2023-07-02 | 1 | -50/+45 | |
| * | update for latest zig | 2023-06-21 | 1 | -6/+6 | |
| * | replace std.math.max with @max | 2023-06-18 | 1 | -1/+1 | |
| * | replace meta.tagName with @tagName | 2023-05-17 | 1 | -4/+4 | |
| * | Fix build failures on latest Zig | 2023-05-17 | 1 | -2/+2 | |
| * | fix calls to sqlite3_bind_text in bindField | 2023-03-11 | 1 | -2/+4 | |
| * | fix for latest zig by running 'zig fmt' | 2023-02-22 | 1 | -12/+12 | |
| * | fix tests | 2023-02-16 | 1 | -1/+1 | |
| * | fix for latest zig | 2022-12-26 | 1 | -15/+15 | |
| * | stop using removed ascii functions | 2022-12-26 | 1 | -2/+2 | |
| * | Update for latest Zig builtin renames | 2022-12-19 | 1 | -7/+7 | |
| * | fix redundant comptime | 2022-12-09 | 1 | -1/+1 | |
| * | fix for latest zig | 2022-12-01 | 1 | -2/+2 | |
| * | Fix compile error with Zig 0.10.0 | 2022-11-01 | 1 | -1/+1 | |
| * | drop comptime from execMulti query | 2022-09-29 | 1 | -1/+1 | |
| * | add the virtual table implementation | 2022-09-18 | 1 | -0/+25 | |
| * | move test helpers | 2022-09-18 | 1 | -44/+1 | |
| * | move setFunctionArgument to helpers.setTypeFromValue | 2022-09-18 | 1 | -50/+2 | |
| * | move setFunctionResult to helpers.setResult | 2022-09-18 | 1 | -37/+4 | |
| * | remove pointless discard | 2022-09-13 | 1 | -1/+0 | |
| * | drop the table in the tests | 2022-08-31 | 1 | -4/+16 | |
| * | make `c` public again | 2022-08-15 | 1 | -1/+1 | |
| * | require SQLite >= 3.21.0 | 2022-08-14 | 1 | -5/+1 | |
| * | move versionGreaterThanOrEqualTo in sqlite.zig | 2022-08-05 | 1 | -0/+5 | |
| * | move Text in sqlite.zig | 2022-08-05 | 1 | -1/+3 | |
| * | move DetailedError, do some cleanup | 2022-08-04 | 1 | -43/+3 | |
| * | use a single cImport | 2022-08-04 | 1 | -3/+1 | |
| * | no need for 'comptime' for this check | 2022-08-02 | 1 | -1/+1 | |
| * | create a specific CreateFunctionFlag struct based on the SQLite version | 2022-08-02 | 1 | -2/+16 | |
| * | add a way to get the aggregate context with createAggregateFunction | 2022-07-14 | 1 | -53/+161 | |
| * | clarify the compile error | 2022-05-24 | 1 | -1/+1 | |
| * | Make ParsedQuery a generic on query length | 2022-05-17 | 1 | -2/+2 | |
| * | Make errorFromResultCode public | 2022-05-15 | 1 | -0/+1 | |
| * | remove unreachable condition | 2022-05-14 | 1 | -2/+0 | |
| * | add test for single statement in execMulti | 2022-05-14 | 1 | -1/+9 |