From cfdb06f5ba144aad5d2ebe31ec8bb64e017f4023 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 17 Apr 2026 23:00:43 +0200 Subject: add TODOs for the remaining things that I want for 1.0 --- query_test.go | 2 ++ select.go | 2 ++ 2 files changed, 4 insertions(+) diff --git a/query_test.go b/query_test.go index ec1d8d8..388183e 100644 --- a/query_test.go +++ b/query_test.go @@ -135,3 +135,5 @@ func TestDeleteBasic(t *testing.T) { }) } } + +// TODO: more test coverage for query.go diff --git a/select.go b/select.go index 3676bd5..5e4ab42 100644 --- a/select.go +++ b/select.go @@ -177,3 +177,5 @@ func selectOneWhere(db Handle, plan plan, v reflect.Value, partialQuery string, } return db.QueryRow(query, args...).Scan(slots...) } + +// TODO: variant of SelectWhere/SelectOneWhere that has the full query precomputed -- cgit v1.2.3