influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

add escaping for backslashes, fixes #718

Open oliverrahner opened this issue 1 year ago • 3 comments
trafficstars

Closes #718

Proposed Changes

Backslashes should also be escaped. This is generally optional in InfluxDB, but in special cases such as the end of a tag value, it might become crucial

Checklist

  • [x] CHANGELOG.md updated
  • [x] Rebased/mergeable
  • [x] A test has been added if appropriate
  • [x] mvn test completes successfully
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

oliverrahner avatar May 24 '24 09:05 oliverrahner