influxdbhelper icon indicating copy to clipboard operation
influxdbhelper copied to clipboard

Ability to call `NewQueryWithParameters`

Open bminer opened this issue 6 years ago • 1 comments

See https://godoc.org/github.com/influxdata/influxdb/client/v2#NewQueryWithParameters

This function should automatically escape query strings for the sake of security

bminer avatar Jul 20 '18 14:07 bminer

This could be implemented by changing DecodeQuery to accept an influxClient.Query (i.e. the Object generated from NewQuery) rather than a command string.

bminer avatar Jan 23 '19 16:01 bminer