| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2021-08-11 | update tests for new use of `Db.init` | 1 | -6/+2 | |
| 2021-08-11 | adding allocator to Db.QueryOptions was a mistake | 1 | -1/+0 | |
| 2021-08-09 | move the documentation to Db.openBlob since that is the method user will call | 1 | -19/+26 | |
| 2021-08-09 | clarify Blob.open | 1 | -0/+1 | |
| 2021-08-09 | document the ZeroBlob type | 1 | -0/+17 | |
| 2021-08-09 | clarify the OpenFlags | 1 | -0/+5 | |
| 2021-08-09 | clarify Mode documentation | 1 | -0/+4 | |
| 2021-08-09 | clarify bind marker len compile error | 1 | -1/+4 | |
| 2021-08-09 | options asks for `allocator` field but its not there | 1 | -0/+1 | |
| 2021-08-09 | iterator- pass along options object | 1 | -1/+1 | |
| 2021-08-09 | make `init` return a Self instead of updating a pointer | 1 | -3/+3 | |
| 2021-08-02 | modify exec to take a QueryOptions | 1 | -21/+47 | |
| 2021-06-25 | fix 'unused variable' errors | 1 | -6/+1 | |
| 2021-06-25 | fix 'redundant comptile' error | 1 | -2/+2 | |
| 2021-06-25 | fix 'unused function parameter' error | 1 | -0/+5 | |
| 2021-05-30 | set the eval branch quota in the return type block | 1 | -5/+10 | |
| 2021-05-09 | all: fix tests for latest zig | 1 | -77/+77 | |
| 2021-05-03 | attempt to make the threading mode error clearer | 1 | -1/+1 | |
| 2021-04-27 | workaround compiler bug | 1 | -3/+9 | |
| 2021-04-23 | fix error name | 1 | -1/+1 | |
| 2021-04-23 | Allow reading into static size arrays as long as size matches | 1 | -11/+12 | |
| 2021-04-17 | improve logs in Statement.deinit and Statement.reset | 1 | -3/+6 | |
| 2021-04-17 | fix DetailedError and Diagnostics formatting | 1 | -4/+8 | |
| 2021-04-17 | replace the pragma argument with a nullable string | 1 | -18/+15 | |
| 2021-04-17 | fix documentation | 1 | -1/+1 | |
| 2021-02-27 | simplify iterator usage in code and doc | 1 | -10/+5 | |
| 2021-02-27 | add Diagnostics | 1 | -11/+130 | |
| 2021-02-27 | store the database handle in Iterator and Statement | 1 | -0/+4 | |
| 2021-01-31 | add Blob.reopen | 1 | -17/+53 | |
| 2021-01-31 | add incremental i/o on blob | 1 | -0/+204 | |
| 2021-01-31 | add the Db.getLastInsertRowID method | 1 | -1/+24 | |
| 2021-01-24 | rework of the test database initialization | 1 | -45/+48 | |
| 2021-01-06 | allow binding and reading optionals | 1 | -2/+32 | |
| 2021-01-06 | add a test for optionals | 1 | -0/+27 | |
| 2021-01-06 | fix compile error in readField | 1 | -1/+1 | |
| 2021-01-06 | add a test that reads only pointers | 1 | -0/+35 | |
| 2021-01-06 | implement reading a value into a one-element pointer | 1 | -1/+6 | |
| 2021-01-06 | add readField | 1 | -15/+20 | |
| 2021-01-06 | reorder fields to workaround a compiler bug | 1 | -17/+17 | |
| 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 |