| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 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 | |
| 2020-11-13 | allow reading a single string in one() and all() | 1 | -154/+234 | |
| 2020-11-12 | add documentation for the iterator | 1 | -0/+41 | |
| 2020-11-12 | add an iterator | 1 | -148/+211 | |
| 2020-11-12 | allow reading a single float value | 1 | -7/+37 | |
| 2020-11-12 | add Statement.reset and test it | 1 | -27/+88 | |
| 2020-11-11 | allow untyped bind markers | 1 | -2/+6 | |
| 2020-11-11 | refactor readBytes | 1 | -17/+11 | |
| 2020-11-11 | add readBytes and allow reading into a Text or Blob struct | 1 | -14/+80 | |
| 2020-11-11 | add types to bind markers and check them at comptime | 1 | -45/+31 | |
| 2020-10-30 | fix compileError message | 1 | -1/+1 | |
| 2020-10-30 | remove unused code | 1 | -5/+0 | |
| 2020-10-29 | update documentation | 1 | -2/+12 | |
| 2020-10-29 | update documentation | 1 | -12/+18 | |
| 2020-10-29 | use an anonymous struct now that the compiler is fixed | 1 | -9/+2 | |
| 2020-10-25 | refactor API | 1 | -228/+246 | |
| 2020-10-25 | document the Bytes type | 1 | -0/+6 | |
| 2020-10-25 | fix test so that the compiler doesn't crash | 1 | -5/+12 | |
| 2020-10-25 | add the Bytes type | 1 | -3/+28 | |
| 2020-10-25 | check the type of the options argument | 1 | -0/+6 | |
| 2020-10-24 | sqlite: fix default mode | 1 | -1/+7 | |
| 2020-10-24 | remove the src directory | 1 | -0/+0 | |
| 2020-10-24 | fix doc for Statement | 1 | -5/+7 | |
| 2020-10-24 | don't expose this function | 1 | -1/+1 | |
| 2020-10-24 | take an options var in init() | 1 | -4/+6 | |
| 2020-10-24 | fix typo | 1 | -1/+1 |