| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-13 | get_column_names(): Remove `unwrap()`s | Teddy Wing | |
| Return a `Result` and wrap errors in a `thiserror` struct. | |||
| 2022-03-13 | sqlite::Zero: Change to unit struct syntax | Teddy Wing | |
| Found some documentation that reminded me how unit structs are written. Change this definition as that makes more sense. | |||
| 2022-03-12 | get_column_names(): Get table name from argument | Teddy Wing | |
| Remove the hard-coded table name. | |||
| 2022-03-12 | Move `get_column_names()` to `sqlite` module | Teddy Wing | |
| 2022-03-10 | Start encoding SQLite affinity rules | Teddy Wing | |
| Need to figure out what to do for NUMERIC affinity since Rusqlite doesn't expose a variant for that pseudo-type. | |||
| 2022-03-09 | Idea for getting SQLite type affinity from a type string | Teddy Wing | |
