You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when platform sees that constraint condition is an object deletion, then it wraps message properties into PREV (to avoid getting NULL in message). But prev properties are updated during applying changes, which can be a big overhead. So in theory not entire property should be wrapped (for example PREV(name(stock(s))), but only "dropped" one (for example, name(PREV(stock(s)))).
The text was updated successfully, but these errors were encountered:
Now when platform sees that constraint condition is an object deletion, then it wraps message properties into PREV (to avoid getting NULL in message). But prev properties are updated during applying changes, which can be a big overhead. So in theory not entire property should be wrapped (for example PREV(name(stock(s))), but only "dropped" one (for example, name(PREV(stock(s)))).
The text was updated successfully, but these errors were encountered: