| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'document-iterator' | 2020-12-21 | 1 | -1/+55 | |
| |\ | |||||
| | * | document the iterator | 2020-12-21 | 1 | -1/+55 | |
| |/ | |||||
| * | Merge branch 'improve-readme' | 2020-12-21 | 1 | -0/+29 | |
| |\ | |||||
| | * | readme: document the one methods | 2020-12-21 | 1 | -0/+29 | |
| |/ | |||||
| * | Merge branch 'db-one' | 2020-12-21 | 1 | -0/+27 | |
| |\ | |||||
| | * | add the Db.one() convenience function | 2020-12-21 | 1 | -0/+27 | |
| |/ | |||||
| * | readme: Bytes doesn't exist, it's either Blob or Text | 2020-12-21 | 1 | -1/+2 | |
| | | |||||
| * | readme: fix spelling | 2020-12-21 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'read-pointer' | 2020-12-21 | 1 | -27/+73 | |
| |\ | |||||
| | * | implement reading of sentineled slices | 2020-12-21 | 1 | -25/+50 | |
| | | | |||||
| | * | add the readPointer method | 2020-12-21 | 1 | -3/+24 | |
| |/ | |||||
| * | Merge branch 'refactor' | 2020-12-21 | 1 | -82/+124 | |
| |\ | |||||
| | * | add comments | 2020-12-21 | 1 | -0/+3 | |
| | | | |||||
| | * | add comments | 2020-12-21 | 1 | -2/+42 | |
| | | | |||||
| | * | make readBytes read Blob, Text as well as []const u8, []u8 | 2020-12-21 | 1 | -38/+42 | |
| | | | |||||
| | * | make readArray return an array instead of taking a pointer | 2020-12-21 | 1 | -7/+7 | |
| | | | |||||
| | * | add a weight real column to the test table | 2020-12-21 | 1 | -14/+18 | |
| | | | |||||
| | * | make readInt, readFloat, readBool return a specific type and column | 2020-12-21 | 1 | -17/+14 | |
| | | | |||||
| | * | reorder the arguments of readBytes | 2020-12-21 | 1 | -7/+7 | |
| | | | |||||
| | * | make readBytes return a value instead of taking a pointer | 2020-12-21 | 1 | -19/+13 | |
| |/ | |||||
| * | actually check the value of is_id | 2020-12-21 | 1 | -0/+1 | |
| | | |||||
| * | improve readme | 2020-12-21 | 1 | -46/+170 | |
| | | | | | Document the checks done at comptime | ||||
| * | allow reading a bool field | 2020-12-21 | 1 | -1/+6 | |
| | | |||||
| * | allow bool bind parameters and reading bool values | 2020-12-21 | 2 | -0/+50 | |
| | | |||||
| * | readme: add a note about using arrays of u8 | 2020-12-21 | 1 | -0/+2 | |
| | | |||||
| * | pass the column in readArray | 2020-12-21 | 1 | -7/+12 | |
| | | | | | also test that we can read an array field | ||||
| * | add reading a field into an array | 2020-12-21 | 1 | -13/+52 | |
| | | | | | | | We require having a sentineled array because otherwise we have no way of communicating to the caller the actual length of the data we put into the array. | ||||
| * | ci: add the build manifest for alpine/edge amd64 | 2020-12-18 | 1 | -0/+27 | |
| | | |||||
| * | replace span() with the field items | 2020-11-26 | 1 | -3/+3 | |
| | | |||||
| * | return the slice from toOwnedSlice | 2020-11-26 | 1 | -1/+1 | |
| | | |||||
| * | is_signed was replaced with .signedness | 2020-11-26 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'read-into-void' into master | 2020-11-13 | 1 | -0/+16 | |
| |\ | |||||
| | * | allow reading into a void value (essentially discarding the column) | 2020-11-13 | 1 | -0/+16 | |
| |/ | |||||
| * | Merge branch 'pragma' into master | 2020-11-13 | 1 | -0/+62 | |
| |\ | |||||
| | * | fix the pragma test when using -Dis_ci | 2020-11-13 | 1 | -8/+19 | |
| | | | |||||
| | * | add Db.pragma | 2020-11-13 | 1 | -0/+51 | |
| |/ | |||||
| * | allow reading a single string in one() and all() | 2020-11-13 | 1 | -154/+234 | |
| | | | | | Also refactor the tests. | ||||
| * | Merge branch 'iterator' into master | 2020-11-12 | 1 | -148/+252 | |
| |\ | |||||
| | * | add documentation for the iterator | 2020-11-12 | 1 | -0/+41 | |
| | | | |||||
| | * | add an iterator | 2020-11-12 | 1 | -148/+211 | |
| |/ | | | | | An iterator can be used to process rows one by one, without loading everything into an array list first. | ||||
| * | allow reading a single float value | 2020-11-12 | 1 | -7/+37 | |
| | | |||||
| * | Merge branch 'reset-statement' into master | 2020-11-12 | 1 | -27/+88 | |
| |\ | |||||
| | * | add Statement.reset and test it | 2020-11-12 | 1 | -27/+88 | |
| |/ | |||||
| * | Merge branch 'bind-parameters-types' into master | 2020-11-12 | 2 | -57/+319 | |
| |\ | |||||
| | * | allow untyped bind markers | 2020-11-11 | 2 | -11/+37 | |
| | | | |||||
| | * | refactor readBytes | 2020-11-11 | 1 | -17/+11 | |
| | | | |||||
| | * | add readBytes and allow reading into a Text or Blob struct | 2020-11-11 | 1 | -14/+80 | |
| | | | |||||
| | * | add types to bind markers and check them at comptime | 2020-11-11 | 2 | -45/+221 | |
| |/ | |||||
| * | update requirements | 2020-10-30 | 1 | -0/+1 | |
| | | | | | We need Zig master | ||||
| * | fix license | 2020-10-30 | 1 | -1/+1 | |
| | | |||||