| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #14 from Sobeston/patch-1 | 2021-01-05 | 1 | -1/+1 | |
| |\ | |||||
| | * | logging file open {} -> {s} | 2021-01-05 | 1 | -1/+1 | |
| |/ | |||||
| * | convert {} to {s} or {d} | 2021-01-03 | 2 | -5/+5 | |
| * | readme: remove obsolete statement | 2021-01-03 | 1 | -1/+1 | |
| * | readme: fix code examples | 2021-01-03 | 1 | -8/+10 | |
| * | add a test for binding a .One pointer | 2021-01-02 | 1 | -0/+22 | |
| * | Merge pull request #13 from vrischmann/bind-string-literal | 2021-01-02 | 1 | -3/+27 | |
| |\ | |||||
| | * | stop special casing []const u8 and []u8, do it in the .Pointer switch arm | 2021-01-02 | 1 | -3/+6 | |
| | * | allow binding a pointer | 2021-01-02 | 1 | -0/+1 | |
| | * | add a test that binds a string literal | 2021-01-02 | 1 | -0/+20 | |
| |/ | |||||
| * | add bindField | 2021-01-02 | 1 | -24/+31 | |
| * | fix the comment on Stmt.one and Stmt.all | 2021-01-02 | 1 | -3/+1 | |
| * | fix compile error | 2021-01-01 | 1 | -1/+1 | |
| * | check the weight field too | 2021-01-01 | 1 | -0/+1 | |
| * | Merge branch 'statement-reuse' | 2021-01-01 | 1 | -0/+21 | |
| |\ | |||||
| | * | readme: document statement reuse | 2021-01-01 | 1 | -0/+21 | |
| |/ | |||||
| * | build: set the target | 2020-12-31 | 1 | -0/+3 | |
| * | Merge pull request #11 from vrischmann/map-errors | 2020-12-31 | 2 | -10/+277 | |
| |\ | |||||
| | * | fix error checks based on the sqlite version | 2020-12-31 | 1 | -10/+38 | |
| | * | fix tests with the new errors | 2020-12-31 | 1 | -2/+2 | |
| | * | add proper error types | 2020-12-31 | 2 | -8/+247 | |
| |/ | |||||
| * | Merge pull request #9 from vrischmann/split-alloc | 2020-12-31 | 2 | -168/+331 | |
| |\ | |||||
| | * | fix readme | 2020-12-31 | 1 | -2/+2 | |
| | * | readme: document both allocating and non-allocating methods | 2020-12-31 | 1 | -76/+101 | |
| | * | add pragmaAlloc | 2020-12-30 | 1 | -21/+43 | |
| | * | add more tests | 2020-12-30 | 1 | -28/+83 | |
| | * | introduce *Alloc methods | 2020-12-30 | 1 | -48/+109 | |
| |/ | |||||
| * | document OpenFlags | 2020-12-30 | 1 | -0/+1 | |
| * | add more tests for failures | 2020-12-30 | 1 | -0/+21 | |
| * | ci: use the github repo | 2020-12-30 | 4 | -4/+4 | |
| * | remove logging | 2020-12-30 | 1 | -3/+0 | |
| * | add Error, DetailedError | 2020-12-30 | 1 | -0/+33 | |
| * | update readme for Db.init | 2020-12-30 | 1 | -3/+10 | |
| * | document ThreadingMode and InitOptions | 2020-12-30 | 1 | -1/+19 | |
| * | remove the allocator from Db and Db.init | 2020-12-30 | 1 | -21/+18 | |
| * | ci: stop sending an email on failure | 2020-12-29 | 4 | -20/+0 | |
| * | add initOptions for testing | 2020-12-29 | 1 | -14/+24 | |
| * | add InitOptions | 2020-12-29 | 1 | -15/+29 | |
| * | add the threading mode | 2020-12-29 | 1 | -0/+14 | |
| * | readme: replace sourcehut repository url with github | 2020-12-29 | 1 | -1/+1 | |
| * | Merge branch 'rename-build-option' | 2020-12-28 | 7 | -10/+32 | |
| |\ | |||||
| | * | ci: rename is_ci to in_memory | 2020-12-28 | 5 | -6/+28 | |
| | * | rename is_ci to in_memory | 2020-12-28 | 2 | -4/+4 | |
| |/ | |||||
| * | update readme with the library status | 2020-12-27 | 1 | -0/+6 | |
| * | fix some typos | 2020-12-27 | 1 | -2/+2 | |
| * | readBytes can simply take the allocator instead of the options | 2020-12-27 | 1 | -16/+16 | |
| * | don't pass the options to readInt, readFloat, readBool | 2020-12-27 | 1 | -9/+9 | |
| * | require the callers to provide a 0-terminated string | 2020-12-27 | 1 | -6/+2 | |
| * | ci: add the build manifest for debian/buster aarch64 | 2020-12-23 | 1 | -0/+27 | |
| * | only Linux is supported | 2020-12-22 | 1 | -1/+1 | |