Age | Commit message (Expand) | Author |
---|---|---|
2022-03-27 | Add license (GNU GPLv3+)v0.0.1 | Teddy Wing |
2022-03-23 | get_column_names(): Add documentation | Teddy Wing |
2022-03-21 | Add placeholders for code documentation reminders | Teddy Wing |
2022-03-21 | get_column_names(): Use `HashSet` instead of `HashMap` | Teddy Wing |
2022-03-21 | sqlite: Remove unused `affinity()` function | Teddy Wing |
2022-03-21 | get_column_names: Idea for column name storage | Teddy Wing |
2022-03-21 | Add a couple of notes for code cleanup | Teddy Wing |
2022-03-14 | Add `table_primary_key_column()` | Teddy Wing |
2022-03-13 | insert(): Remove `unwrap()`s | Teddy Wing |
2022-03-13 | get_column_names(): Remove `unwrap()`s | Teddy Wing |
2022-03-13 | sqlite::Zero: Change to unit struct syntax | Teddy Wing |
2022-03-12 | get_column_names(): Get table name from argument | Teddy Wing |
2022-03-12 | Move `get_column_names()` to `sqlite` module | Teddy Wing |
2022-03-10 | Start encoding SQLite affinity rules | Teddy Wing |
2022-03-09 | Idea for getting SQLite type affinity from a type string | Teddy Wing |