| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2021-01-05 | logging file open {} -> {s} | 1 | -1/+1 | |
| 2021-01-03 | convert {} to {s} or {d} | 1 | -3/+3 | |
| 2021-01-02 | add a test for binding a .One pointer | 1 | -0/+22 | |
| 2021-01-02 | stop special casing []const u8 and []u8, do it in the .Pointer switch arm | 1 | -3/+6 | |
| 2021-01-02 | allow binding a pointer | 1 | -0/+1 | |
| 2021-01-02 | add a test that binds a string literal | 1 | -0/+20 | |
| 2021-01-02 | add bindField | 1 | -24/+31 | |
| 2021-01-02 | fix the comment on Stmt.one and Stmt.all | 1 | -3/+1 | |
| 2021-01-01 | fix compile error | 1 | -1/+1 | |
| 2021-01-01 | check the weight field too | 1 | -0/+1 | |
| 2020-12-31 | fix tests with the new errors | 1 | -2/+2 | |
| 2020-12-31 | add proper error types | 1 | -8/+7 | |
| 2020-12-30 | add pragmaAlloc | 1 | -21/+43 | |
| 2020-12-30 | add more tests | 1 | -28/+83 | |
| 2020-12-30 | introduce *Alloc methods | 1 | -48/+109 | |
| 2020-12-30 | document OpenFlags | 1 | -0/+1 | |
| 2020-12-30 | add more tests for failures | 1 | -0/+21 | |
| 2020-12-30 | remove logging | 1 | -3/+0 | |
| 2020-12-30 | add Error, DetailedError | 1 | -0/+33 | |
| 2020-12-30 | document ThreadingMode and InitOptions | 1 | -1/+19 | |
| 2020-12-30 | remove the allocator from Db and Db.init | 1 | -21/+18 | |
| 2020-12-29 | add initOptions for testing | 1 | -14/+24 | |
| 2020-12-29 | add InitOptions | 1 | -15/+29 | |
| 2020-12-29 | add the threading mode | 1 | -0/+14 | |
| 2020-12-28 | rename is_ci to in_memory | 1 | -2/+2 | |
| 2020-12-27 | fix some typos | 1 | -2/+2 | |
| 2020-12-27 | readBytes can simply take the allocator instead of the options | 1 | -16/+16 | |
| 2020-12-27 | don't pass the options to readInt, readFloat, readBool | 1 | -9/+9 | |
| 2020-12-27 | require the callers to provide a 0-terminated string | 1 | -6/+2 | |
| 2020-12-21 | add the Db.one() convenience function | 1 | -0/+27 | |
| 2020-12-21 | implement reading of sentineled slices | 1 | -25/+50 | |
| 2020-12-21 | add the readPointer method | 1 | -3/+24 | |
| 2020-12-21 | add comments | 1 | -0/+3 | |
| 2020-12-21 | add comments | 1 | -2/+42 | |
| 2020-12-21 | make readBytes read Blob, Text as well as []const u8, []u8 | 1 | -38/+42 | |
| 2020-12-21 | make readArray return an array instead of taking a pointer | 1 | -7/+7 | |
| 2020-12-21 | add a weight real column to the test table | 1 | -14/+18 | |
| 2020-12-21 | make readInt, readFloat, readBool return a specific type and column | 1 | -17/+14 | |
| 2020-12-21 | reorder the arguments of readBytes | 1 | -7/+7 | |
| 2020-12-21 | make readBytes return a value instead of taking a pointer | 1 | -19/+13 | |
| 2020-12-21 | actually check the value of is_id | 1 | -0/+1 | |
| 2020-12-21 | allow reading a bool field | 1 | -1/+6 | |
| 2020-12-21 | allow bool bind parameters and reading bool values | 1 | -0/+47 | |
| 2020-12-21 | pass the column in readArray | 1 | -7/+12 | |
| 2020-12-21 | add reading a field into an array | 1 | -13/+52 | |
| 2020-11-26 | replace span() with the field items | 1 | -3/+3 | |
| 2020-11-26 | return the slice from toOwnedSlice | 1 | -1/+1 | |
| 2020-11-13 | allow reading into a void value (essentially discarding the column) | 1 | -0/+16 | |
| 2020-11-13 | fix the pragma test when using -Dis_ci | 1 | -8/+19 | |
| 2020-11-13 | add Db.pragma | 1 | -0/+51 |