| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pass the column in readArray | 2020-12-21 | 1 | -7/+12 | |
| * | add reading a field into an array | 2020-12-21 | 1 | -13/+52 | |
| * | 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 | |
| * | 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 | |
| |/ | |||||
| * | 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 | |
| * | fix license | 2020-10-30 | 1 | -1/+1 | |
| * | fix typo in readme | 2020-10-30 | 1 | -1/+1 | |
| * | fix compileError message | 2020-10-30 | 1 | -1/+1 | |
| * | remove unused code | 2020-10-30 | 1 | -5/+0 | |
| * | update readme | 2020-10-30 | 1 | -2/+2 | |
| * | update readme | 2020-10-30 | 1 | -0/+11 | |
| * | update documentation | 2020-10-29 | 1 | -2/+12 | |
| * | update readme | 2020-10-29 | 1 | -19/+9 | |
| * | update documentation | 2020-10-29 | 1 | -12/+18 | |
| * | use an anonymous struct now that the compiler is fixed | 2020-10-29 | 1 | -9/+2 | |
| * | Merge branch 'refactor-api' | 2020-10-25 | 1 | -228/+246 | |
| |\ | |||||
| | * | refactor API | 2020-10-25 | 1 | -228/+246 | |
| |/ | |||||
| * | Merge branch 'text' | 2020-10-25 | 2 | -4/+50 | |
| |\ | |||||
| | * | update readme | 2020-10-25 | 1 | -1/+9 | |
| | * | document the Bytes type | 2020-10-25 | 1 | -0/+6 | |
| | * | fix test so that the compiler doesn't crash | 2020-10-25 | 1 | -5/+12 | |
| | * | add the Bytes type | 2020-10-25 | 1 | -3/+28 | |
| |/ | |||||
| * | check the type of the options argument | 2020-10-25 | 1 | -0/+6 | |
| * | add readme | 2020-10-25 | 1 | -0/+122 | |
| * | sqlite: fix default mode | 2020-10-24 | 1 | -1/+7 | |
| * | remove the src directory | 2020-10-24 | 2 | -2/+2 | |
| * | add license | 2020-10-24 | 1 | -0/+21 | |
| * | ci: add the ssh key secret | 2020-10-24 | 2 | -2/+4 | |
| * | fix doc for Statement | 2020-10-24 | 1 | -5/+7 | |
| * | add ci stuff | 2020-10-24 | 2 | -0/+50 | |
| * | don't expose this function | 2020-10-24 | 1 | -1/+1 | |