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
WHERE statements are currently parsed, but not code is generated. These should generate data validation code which is fired when an entity's state changes.
The text was updated successfully, but these errors were encountered:
In discussion with @jmirtsch, it was decided that these validations would be good to have as static functions on the 'Model' class (or whatever class manages the collection of IFC object instances). These validations could then be run as part of the transaction which commits the instances.
WHERE
statements are currently parsed, but not code is generated. These should generate data validation code which is fired when an entity's state changes.The text was updated successfully, but these errors were encountered: