Open
Description
openedon Jul 26, 2022
This would end up delete row for another entity type which is sharing the row.
If the principal root is being deleted then all other entities would be dependent only. Owned dependent may be fine to delete (as aggregate root is getting deleted). Do we allow non-owned dependent table sharing to have some different delete behavior?
If dependent is being deleted then what should we do?
Bulk Update doesn't suffer the same as it will just update the columns of the entity. It may end up updating data for other entity if column is being used by multiple entity but that is expected behaviour.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment