| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | sqlite: some doc fixes | 2021-10-13 | 1 | -5/+5 | ||
| | * | DynamicStatment: introduce original sqlite3 statement. | 2021-10-13 | 1 | -122/+442 | ||
| |/ | ||||||
| * | test binding an optional value too | 2021-10-12 | 1 | -1/+3 | ||
| * | fix typo | 2021-10-11 | 1 | -1/+1 | ||
| * | fix pragma code, return value must be explicitly ignored | 2021-10-11 | 1 | -1/+1 | ||
| * | Merge pull request #52 from nektro/bind-alloc | 2021-10-07 | 1 | -11/+103 | ||
| |\ | ||||||
| | * | use `try` instead of `catch unreachable` | 2021-10-06 | 1 | -1/+1 | ||
| | * | add inserting and reading test for struct BaseType support | 2021-10-06 | 1 | -0/+57 | ||
| | * | add BaseType support for structs | 2021-09-23 | 1 | -0/+7 | ||
| | * | add iteratorAlloc and execAlloc | 2021-09-23 | 1 | -2/+30 | ||
| | * | add options parameter to bind/bindField | 2021-09-23 | 1 | -9/+9 | ||
| * | | build: fix for latest zig | 2021-10-05 | 1 | -2/+3 | ||
| * | | Merge pull request #55 from vrischmann/fix-readme | 2021-10-01 | 1 | -1/+2 | ||
| |\ \ | |/ |/| | ||||||
| | * | readme: fix git submodule setup instructions | 2021-10-01 | 1 | -1/+2 | ||
| |/ | ||||||
| * | Merge pull request #48 from vrischmann/clarify-options | 2021-09-07 | 1 | -40/+54 | ||
| |\ | ||||||
| | * | more minor cleanups | 2021-09-07 | 1 | -10/+4 | ||
| | * | Stop using anytype in the public API. | 2021-09-07 | 1 | -32/+52 | ||
| |/ | ||||||
| * | Merge pull request #47 from vrischmann/fix-usingnamespace | 2021-09-04 | 2 | -12/+15 | ||
| |\ | ||||||
| | * | fix for ziglang/zig#9618 | 2021-09-04 | 2 | -12/+15 | ||
| |/ | ||||||
| * | Merge branch 'fix-read-array' | 2021-08-31 | 1 | -2/+2 | ||
| |\ | ||||||
| | * | fix the compile error from readArray | 2021-08-31 | 1 | -2/+2 | ||
| |/ | ||||||
| * | Merge branch 'fix-latest-zig' | 2021-08-27 | 1 | -2/+5 | ||
| |\ | ||||||
| | * | fix build script for latest zig | 2021-08-27 | 1 | -2/+5 | ||
| |/ | ||||||
| * | Merge branch 'read-direct-enum' | 2021-08-26 | 1 | -1/+99 | ||
| |\ | ||||||
| | * | implement reading a text column into an enum value directly | 2021-08-26 | 1 | -0/+39 | ||
| | * | implement reading an integer column into an enum value directly | 2021-08-26 | 1 | -1/+60 | ||
| |/ | ||||||
| * | fix documentation | 2021-08-26 | 1 | -4/+2 | ||
| * | Merge pull request #44 from lithdew/master | 2021-08-26 | 1 | -1/+1 | ||
| |\ | ||||||
| | * | sqlite: interpret database path in init flags as uri | 2021-08-27 | 1 | -1/+1 | ||
| * | | Merge pull request #43 from lithdew/master | 2021-08-25 | 1 | -1/+10 | ||
| |\| | ||||||
| | * | sqlite: expose c import, add 'shared_cache' to init flags | 2021-08-26 | 1 | -1/+10 | ||
| |/ | ||||||
| * | Merge pull request #42 from nektro/master | 2021-08-25 | 3 | -16/+71 | ||
| |\ | ||||||
| | * | dry up the updated constraint check | 2021-08-24 | 1 | -14/+11 | ||
| | * | fix type constraint checks for container and non-container types | 2021-08-24 | 1 | -2/+18 | ||
| | * | enum tests now pass without orelse in read | 2021-08-24 | 1 | -1/+1 | ||
| | * | fix bind index | 2021-08-24 | 1 | -2/+2 | ||
| | * | tests- add enum field cases | 2021-08-23 | 1 | -12/+31 | ||
| | * | tests- use select * when pulling into a struct | 2021-08-23 | 1 | -2/+2 | ||
| | * | add support for enum fields and lay groundwork for #39 | 2021-08-23 | 1 | -1/+21 | ||
| | * | add zigmod to gitignore | 2021-08-23 | 2 | -0/+3 | ||
| |/ | ||||||
| * | Merge pull request #38 from vrischmann/ci-macos | 2021-08-18 | 6 | -40/+12 | ||
| |\ | ||||||
| | * | ci: stop testing both memory and filesystem | 2021-08-18 | 5 | -39/+3 | ||
| | * | ci: enable macOS | 2021-08-18 | 1 | -2/+2 | ||
| | * | build: handle macos in the test targets | 2021-08-18 | 1 | -0/+8 | ||
| |/ | ||||||
| * | Merge pull request #36 from nektro/master | 2021-08-12 | 4 | -13/+14 | ||
| |\ | ||||||
| | * | update README with new init syntax as well | 2021-08-11 | 1 | -2/+1 | ||
| | * | 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 | ||