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 --- select.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'select.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