opengeospatial / sensorthings

The official web site of the OGC SensorThings API standard specification.
135 stars 29 forks source link

Operator precedence is not defined #6

Closed hylkevds closed 2 years ago

hylkevds commented 8 years ago

The standard does not define the operator precedence. This means different implementations might implement this differently, and thus one never knows what the server will return when doing complex queries. It's probably sufficient to state that the same operator precedence should be used that is used by the C programming language.

The test suit does not test the operator precedence, but should (see https://github.com/opengeospatial/ets-sta10/pull/17)

hylkevds commented 2 years ago

Fixed with the publication of Sensing v1.1.