influxdb/client/v2
Jonathan A. Sternberg 42b68d915f Return a deprecated message when IF NOT EXISTS is used
The deprecated message is now attached to a new attribute returned with
the results. This message can then be read by clients to warn a user
about upcoming changes to the query engine.

The `influx` client has already been modified to read this message and
print it out for every format except CSV.

The first warning message is a deprecated message about removing `IF NOT
EXISTS` from `CREATE DATABASE`.

The message will also be printed to the server log.

Fixes #5707.
2016-04-15 09:17:59 -04:00
..
client.go Return a deprecated message when IF NOT EXISTS is used 2016-04-15 09:17:59 -04:00
client_test.go Ensure Client is safe for concurrent use 2016-04-12 14:23:32 +01:00
example_test.go Merge pull request #5617 from benbjohnson/influxdata 2016-02-10 13:29:46 -07:00