Skip to content

Terminate default null-check

Terminate default null-check does not work as in documentation. https://eoq.gitlab.io/doc/eoq3/30_query.html#terminate-trm-trm
e.g.
GET (!Task/type&TRM/name)
gives this error: EOQ_ERROR_UNKNOWN(9): Unknown error type u9: Segment 3 (TRM): list index out of range

With condition and default it works as expected:
GET (!Task/type&TRMn0;n0/name)

A short null-check would be useful for robust conditional querying in editors.

btw: this line in the TRM docu(!ConnectionAssignmentSegment&TRM(@SIZE=0);2@SIZE&ADD3) -> 2 or 3+SIZE needs the 'l2'

Edited by Andreas Waldvogel