We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640e5ff commit 86b5752Copy full SHA for 86b5752
session.go
@@ -935,8 +935,8 @@ func (q Query) Statement() string {
935
return q.stmt
936
}
937
938
-// Values returns the values passed in via Bind. This can be helpful for wrapping types
939
-// to not have to keep track of the values to be able to access them.
+// Values returns the values passed in via Bind.
+// This can be used by a wrapper type that needs to access the bound values.
940
func (q Query) Values() []interface{} {
941
return q.values
942
0 commit comments