You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be implemented by changing DecodeQuery to accept an influxClient.Query (i.e. the Object generated from NewQuery) rather than a command string.
See https://godoc.org/github.com/influxdata/influxdb/client/v2#NewQueryWithParameters
This function should automatically escape query strings for the sake of security
The text was updated successfully, but these errors were encountered: