| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | change Store.Insert() to take arguments by pointer | Stefan Majewsky | 2026-04-19 | 1 | -27/+30 |
| | | | | | | | | | This increases memory overhead slightly, but when converting Gorp uses into Oblast, I saw that there is a legitimate risk of just ignoring the result value and continuing with the unupdated records. So according to the design priorities that I myself laid down, I'm sacrificing some performance for safety of use. | ||||
| * | add StructTagKeyIs | Stefan Majewsky | 2026-04-18 | 1 | -2/+3 |
| | | | | | | Forgot this in 0.1.0. Without this, I cannot migrate existing Gorp users because Gorp does not understand `db:",auto"`. | ||||
| * | fix Store.Insert() failing on tables without auto columns | Stefan Majewsky | 2026-04-18 | 1 | -0/+45 |
| | | |||||
| * | more test coverage, forbid non-zero auto columns during Insert() | Stefan Majewsky | 2026-04-18 | 1 | -5/+196 |
| | | |||||
| * | add TODOs for the remaining things that I want for 1.0 | Stefan Majewsky | 2026-04-17 | 1 | -0/+2 |
| | | |||||
| * | basic test coverage for Insert, Update, Delete | Stefan Majewsky | 2026-04-17 | 1 | -0/+137 |
