]> git.basschouten.com Git - openhab-addons.git/commit
[influxdb] Fix for influxdbv1 retention and table names containing keywords or specia...
authorfremel75 <fremel@gmail.com>
Sun, 29 May 2022 18:54:49 +0000 (20:54 +0200)
committerGitHub <noreply@github.com>
Sun, 29 May 2022 18:54:49 +0000 (20:54 +0200)
commit6190867c3901a54f86e95712fdf8ce3df6567b8d
treea1f8d39b18a09dc48d7cfe3dd8851129883dad5d
parent531ddb37da742a175486fb0836b76ceb6be6ba26
[influxdb] Fix for influxdbv1 retention and table names containing keywords or special chars (#11139)

* [influxdbv1] https://github.com/openhab/openhab-addons/issues/9790 and https://github.com/openhab/openhab-addons/issues/10398 Fix for retention and table names containing InfluxQL keywords or special characters

Signed-off-by: fremel@gmail.com <fremel@gmail.com>
* Revert escaped qoutes on null items

Signed-off-by: fremel@gmail.com <fremel@gmail.com>
* Apply suggestions from code review

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Joan Pujol <joanpujol@gmail.com>
* Apply spotless

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Joan Pujol <joanpujol@gmail.com>
Co-authored-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.persistence.influxdb/src/main/java/org/openhab/persistence/influxdb/internal/influx1/Influx1FilterCriteriaQueryCreatorImpl.java
bundles/org.openhab.persistence.influxdb/src/test/java/org/openhab/persistence/influxdb/internal/InfluxFilterCriteriaQueryCreatorImplTest.java