mozilla-sensorweb / sensorthings

Node implementation of the OGC SensorThings API
Mozilla Public License 2.0
14 stars 9 forks source link

Allow *any* datatype in Observations.result #215

Open albertopq opened 7 years ago

albertopq commented 7 years ago

According to the spec, result attribute should allow any data type but at the moment we only support strings. We should use SQL CAST for storing JSONB and comparing the type of the filter

albertopq commented 7 years ago

See #214