aboutsummaryrefslogtreecommitdiff
path: root/select.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-17 23:00:43 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-17 23:00:43 +0200
commitcfdb06f5ba144aad5d2ebe31ec8bb64e017f4023 (patch)
tree9e22bac341df31bf756c037a6dba7c68188bcc6d /select.go
parentc1c8cc2f6b49741d33a83a534d244fc01b0e1b4a (diff)
downloadgo-oblast-cfdb06f5ba144aad5d2ebe31ec8bb64e017f4023.tar.gz
add TODOs for the remaining things that I want for 1.0
Diffstat (limited to 'select.go')
-rw-r--r--select.go2
1 files changed, 2 insertions, 0 deletions
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