aboutsummaryrefslogtreecommitdiff
path: root/select.go
diff options
context:
space:
mode:
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