influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

Escape backslashes in point values #156

Open zorac opened 3 years ago

zorac commented 3 years ago

Unescaped backslashes should only cause a problem if they immediately precede a dobule quote, or if they're the last character in the value, but we escape them all, just to be safe.

(This replaces #126, which was against zorac:master instead of a feature branch.)