aboutsummaryrefslogtreecommitdiff
path: root/query_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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