Skip to content

Added support for int64 data type

Compare
Choose a tag to compare
@wdalmut wdalmut released this 28 Aug 07:19
· 41 commits to master since this release

As influxdb now support data type specification for integers, in order
to separate those values from float64, this is a very simple solution.

Related to issue #48.

Steps:

  • Added configuration option setForceIntegers
  • Added data type doc
  • Updated influxdb configuration for version 0.9.3
  • Added force integers integration tests
  • Refactored message to line protocol
  • InfluxDB database version as env variable

Refactored message to line protocol functions

Actually the message_to_line_protocol function need the options set.
For that reason we have removed the helpers.php functions and moved
those utilities int the AdapterAbstract abstract base class.

InfluxDB integration test environment variable

In order to change the InfluxDB version we have prepared an env variable
in our Travis-CI configuration file .travis.yml