influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
150 stars 47 forks source link

fix: serialization tags which are not a string #81

Closed bednar closed 3 years ago

bednar commented 3 years ago

Closes #80

Proposed Changes

Correct serialisation to LineProtocol for tags which are not a string.

Checklist

codecov-commenter commented 3 years ago

Codecov Report

Merging #81 (3bcb197) into master (ae469fd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #81   +/-   ##
=========================================
  Coverage     82.78%   82.78%           
  Complexity      375      375           
=========================================
  Files            23       23           
  Lines           889      889           
=========================================
  Hits            736      736           
  Misses          153      153           
Impacted Files Coverage Δ
src/InfluxDB2/Point.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae469fd...3bcb197. Read the comment docs.