influxdb/client/v2
Jonathan A. Sternberg 8d3496f0a3
feat: add support for complex bound parameters
This updates influxql to a newer version that supports complex bound
parameters. This allows bound parameters to be used as identifiers,
regexes, and durations along with the already existing strings, numbers,
and booleans.

This updates the influxdb client to support passing bound parameters as
part of the parameters json and updates the readme to show how to use
this feature.
2020-03-12 12:26:22 -05:00
..
client.go feat: add support for complex bound parameters 2020-03-12 12:26:22 -05:00
client_test.go Add the `QueryAsChunk` method to v2 client 2018-10-30 09:06:16 -05:00
example_test.go feat: add support for complex bound parameters 2020-03-12 12:26:22 -05:00
params.go feat: add support for complex bound parameters 2020-03-12 12:26:22 -05:00
udp.go linting all udp error messages 2019-02-03 00:46:59 +01:00