influxdb-php icon indicating copy to clipboard operation
influxdb-php copied to clipboard

Escape backslashes in point values

Open zorac opened this issue 5 years ago • 0 comments

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.)

zorac avatar Dec 17 '20 10:12 zorac