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
When an attribute belongs to a relationship, there is no strategy for handling it. This shows up in a number of bugs, e.g. #20, #17, #21. Two things happen right now, either the relationship is treated like an entity instance as in #20 or the attribute is seen as belonging to one of the entities in the relationship as in #17.
The text was updated successfully, but these errors were encountered:
When an attribute belongs to a relationship, there is no strategy for handling it. This shows up in a number of bugs, e.g. #20, #17, #21. Two things happen right now, either the relationship is treated like an entity instance as in #20 or the attribute is seen as belonging to one of the entities in the relationship as in #17.
The text was updated successfully, but these errors were encountered: