aboutsummaryrefslogtreecommitdiff
path: root/query_test.go
Commit message (Expand)AuthorAgeFilesLines
* change Handle to a generic interface without explicit dep on database/sqlStefan Majewsky2026-05-121-10/+10
* add ctx arguments to most methodsStefan Majewsky2026-04-301-17/+27
* add Store.Upsert()Stefan Majewsky2026-04-241-2/+96
* exclude testhelpers from coverage testingStefan Majewsky2026-04-241-3/+3
* remove support for SQL dialects that rely on LastInsertId()Stefan Majewsky2026-04-241-164/+29
* change Store.Insert() to take arguments by pointerStefan Majewsky2026-04-191-27/+30
* add StructTagKeyIsStefan Majewsky2026-04-181-2/+3
* fix Store.Insert() failing on tables without auto columnsStefan Majewsky2026-04-181-0/+45
* more test coverage, forbid non-zero auto columns during Insert()Stefan Majewsky2026-04-181-5/+196
* add TODOs for the remaining things that I want for 1.0Stefan Majewsky2026-04-171-0/+2
* basic test coverage for Insert, Update, DeleteStefan Majewsky2026-04-171-0/+137