| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Insert, Upsert, Update, Delete: do not panic on indirection through nil pointer | Stefan Majewsky | 2026-05-13 | 1 | -2/+4 |
| | | |||||
| * | change Handle to a generic interface without explicit dep on database/sql | Stefan Majewsky | 2026-05-12 | 1 | -20/+0 |
| | | |||||
| * | add ctx arguments to most methods | Stefan Majewsky | 2026-04-30 | 1 | -4/+5 |
| | | |||||
| * | one more TODO | Stefan Majewsky | 2026-04-30 | 1 | -0/+4 |
| | | |||||
| * | add StructTagKeyIs | Stefan Majewsky | 2026-04-18 | 1 | -0/+8 |
| | | | | | | Forgot this in 0.1.0. Without this, I cannot migrate existing Gorp users because Gorp does not understand `db:",auto"`. | ||||
| * | improve test coverage, error reporting for Select() | Stefan Majewsky | 2026-04-17 | 1 | -19/+0 |
| | | |||||
| * | fix lints | Stefan Majewsky | 2026-04-17 | 1 | -1/+1 |
| | | |||||
| * | add Store.Update() | Stefan Majewsky | 2026-04-16 | 1 | -0/+19 |
| | | |||||
| * | clarify behavior around recursing into struct type members | Stefan Majewsky | 2026-04-15 | 1 | -21/+62 |
| | | |||||
| * | fold package internal into package oblast | Stefan Majewsky | 2026-04-14 | 1 | -8/+11 |
| | | |||||
| * | initial test coverage for Store.Select functions | Stefan Majewsky | 2026-04-14 | 1 | -4/+0 |
| | | |||||
| * | add initial sketches for Store.Insert, Store.Update | Stefan Majewsky | 2026-04-12 | 1 | -0/+51 |
| | | | | | Currently extremely bad performance for some reason. Need to investigate. | ||||
| * | add Store.SelectOne | Stefan Majewsky | 2026-04-12 | 1 | -0/+4 |
| | | |||||
| * | add Handle interface | Stefan Majewsky | 2026-04-12 | 1 | -1/+20 |
| | | |||||
| * | reorganize the API from type DB to type Store | Stefan Majewsky | 2026-04-11 | 1 | -0/+58 |
