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.
2 parents d0ca9bc + 089e515 commit 146d375Copy full SHA for 146d375
query/query.go
@@ -68,6 +68,8 @@ type Query struct {
68
ReturnExpirations bool // return expirations (see TTLDatastore)
69
}
70
71
+// String returns a string represenation of the Query for debugging/validation
72
+// purposes. Do not use it for SQL queries.
73
func (q Query) String() string {
74
s := "SELECT keys"
75
if !q.KeysOnly {
0 commit comments