| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-04-28 | move project files to front | 2 | -31/+0 | ||
| 2022-04-28 | add prepare0 | 2 | -0/+4 | ||
| 2021-10-16 | add check function | 2 | -0/+8 | ||
| 2021-10-16 | add a boolean to the monad to be more flexible with error management | 2 | -28/+52 | ||
| To optimize Sqlite3 queries, prepared statements are typically kept instead of re-prepared so that they may be executed multiple times. This allows for prepared statements to not be finalized on destruction, allowing for reuse even when an error has occured. | |||||
| 2021-10-16 | redo rowfold, iter, and map | 2 | -12/+33 | ||
| 2021-10-09 | rearrange functions | 2 | -24/+55 | ||
| * Replace getrow with get_exactly_one_row, since there was no way to detect when another row would be available * Introduce rowfold, which allows for iterating over all rows returns fromed a SQL query * Introduce functions into the interface that were left out | |||||
| 2021-10-09 | fix build | 1 | -3/+4 | ||
