The following code doesn't throw an exception: ``` RelExParser.ParseCondition("entity_id = \"eventId\":var some dumb stuff omfg") ``` It acts like if it was: ``` RelExParser.ParseCondition("entity_id = \"eventId\":var") ``` That means **only the first row** of the following expression is actually evaluated while the whole condition is believed to be checked: ``` entity_id = "eventId":var event_notes.id IN visibility.v(v.source_name = 'event_notes' and v.visible_to='currentUserEntranceRole':var)[v.id] ```
The following code doesn't throw an exception:
It acts like if it was:
That means only the first row of the following expression is actually evaluated while the whole condition is believed to be checked: