influxdb-client-java
influxdb-client-java copied to clipboard
add escaping for backslashes, fixes #718
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 testcompletes successfully - [x] Commit messages are conventional
- [x] Sign CLA (if not already signed)