aboutsummaryrefslogtreecommitdiff
path: root/internal/plan_test.go
Commit message (Expand)AuthorAgeFilesLines
* add initial sketches for Store.Insert, Store.UpdateStefan Majewsky2026-04-121-7/+39
* add Store.SelectWhere, Store.SelectOneWhereStefan Majewsky2026-04-121-0/+16
* reorganize the API from type DB to type StoreStefan Majewsky2026-04-111-97/+79
* many more tests for query planningStefan Majewsky2026-04-111-19/+172
* generate INSERT/UPDATE/DELETE queries during BuildPlanStefan Majewsky2026-04-101-12/+34
* reorganize codeStefan Majewsky2026-04-101-0/+72