Added support for int64 data type
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