influxdb/client/v2
Ayan George c0fe2c30d6
fix(client/v2): use non-nil context.Context value (#18140)
Prior to this commit, we passed a nil context to the .QueryCtx() and
.createDefaultRequest() methods.

Using any of the context.Context method-set against a nil value will
cause a panic.

This patch passest context.Background() instead of nil.

Closes: 18137
2020-05-18 14:56:30 -04:00
..
client.go fix(client/v2): use non-nil context.Context value (#18140) 2020-05-18 14:56:30 -04: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