DLade

Results 4 issues of DLade

Because Hive SQL can not handle keys with dot or minus (e.g. dot is used as path separator at SQL) the JSON keys were patched to replace dot or minus...

Filtering a Thing by a property results in BadRequest. eg. `http://scratchpad.sensorup.com/OGCSensorThings/v1.0/Things?$filter=properties/hello%20eq%20%27world%27` or `http://scratchpad.sensorup.com/OGCSensorThings/v1.0/Things?$filter=properties%2Fhello%20eq%20%27world%27` ``` { "errorId": "f4a4818f-f4e4-46c9-abe1-fbde97b893f9", "code": "BAD_REQUEST", "message": "Invalid query. Invalid property.", "stclass": "com.sensorup.iot.model.ErrorResponse", "baseURL": "http://scratchpad.sensorup.com/OGCSensorThings/v1.0" } ```...

Sorry, I don't know if you are reponsable, but maybe you can forward it. Calling: http://scratchpad.sensorup.com/OGCSensorThings/v1.0/Datastreams Results in: ``` { "errorId": "64f5ba3c-77d3-4f5d-8174-424c1535ade8", "code": "BAD_REQUEST", "message": "Invalid query.", "stclass": "com.sensorup.iot.model.ErrorResponse", "baseURL":...

Using the PostgresPersistenceManagerString (instead of default PostgresPersistenceManagerLong) in the slightly modified original **docker-compose.yaml** results in the error `function uuid_generate_v1mc() does not exist` and therefore every request is broken then. note:...

documentation