File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
36
- Get field name in different casing (to actually get the column name in database, file, ...)
37
37
- Force user to provide time stamp pattern to ` CouchbaseWeatherSource ` to ensure harmonized querying
38
38
- Use naming convention dependent field names from factories within ` InfluxDBWeatherSource `
39
+ - Check, if time stamp pattern is [ RFC 3339] ( https://tools.ietf.org/html/rfc3339 ) compliant, as this is the output of InfluxDB
40
+ - Use factory's time stamp pattern to build queries within ` CouchbaseWeatherSource `
39
41
40
42
### Fixed
41
43
- InfluxDbConnector now keeps session instead of creating a new one each call
You can’t perform that action at this time.
0 commit comments