Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins
2020-11-04
| ||
04:46 | remove use of "shortcut functions" for `db.exec()` and `db.exec_cb()`. just creating an internal statement is much saner. it also allows for parameter binding. Leaf check-in: aa2712db7a user: javier tags: trunk | |
2020-10-29
| ||
02:23 | iteration style: `while (try curs.fetch()) |row| {...}` The outer type of `curs.fetch()` is an error union to catch "real" errors. Unwrapping that leaves the optional result (where `null` signals "done") to iterate nicely. check-in: 99925c5621 user: javier tags: trunk | |
02:10 | change the result of each `curs.fetch()`, "done" is an error, not a `null` Leaf check-in: 2bec79ab54 user: javier tags: done-is-error | |
01:08 | * support float result columns * fill extra fields with struct's default value * add test with iterating cursor check-in: 51f2fd5683 user: javier tags: trunk | |
2020-10-28
| ||
06:58 | added build script check-in: 3c8685b040 user: javier tags: trunk | |
06:33 | initial non-empty check-in: f7994ff68b user: javier tags: trunk | |
05:45 | initial empty check-in check-in: 5fa1146dba user: javier tags: trunk | |