| Commit message (Expand) | Author | Age | Files | Lines |
| * | replace types Handle, DB, Conn, Tx with their gg/gsql equivalents | Stefan Majewsky | 2 days | 1 | -12/+13 |
| * | bump gg to 0.10.0, use gg/assert | Stefan Majewsky | 2026-06-20 | 1 | -7/+7 |
| * | bring back support for LastInsertId-based INSERT | Stefan Majewsky | 2026-05-22 | 1 | -32/+111 |
| * | replace Wrap with NewDB/NewConn/NewTx | Stefan Majewsky | 2026-05-18 | 1 | -11/+11 |
| * | Insert, Upsert, Update, Delete: do not panic on indirection through nil pointer | Stefan Majewsky | 2026-05-13 | 1 | -0/+73 |
| * | change Handle to a generic interface without explicit dep on database/sql | Stefan Majewsky | 2026-05-12 | 1 | -10/+10 |
| * | add ctx arguments to most methods | Stefan Majewsky | 2026-04-30 | 1 | -17/+27 |
| * | add Store.Upsert() | Stefan Majewsky | 2026-04-24 | 1 | -2/+96 |
| * | exclude testhelpers from coverage testing | Stefan Majewsky | 2026-04-24 | 1 | -3/+3 |
| * | remove support for SQL dialects that rely on LastInsertId() | Stefan Majewsky | 2026-04-24 | 1 | -164/+29 |
| * | change Store.Insert() to take arguments by pointer | Stefan Majewsky | 2026-04-19 | 1 | -27/+30 |
| * | add StructTagKeyIs | Stefan Majewsky | 2026-04-18 | 1 | -2/+3 |
| * | 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 |