mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Observing Managed Objects with Relationships #276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @damianstrain on GitHub (May 23, 2019).
Hi John,
A quick question on Object/ListMonitors if you have time 😄 . If I fetch an Entity that has a one-to-many relationship for example, would adding to or updating that relationship in any way trigger a change event?
Many Thanks
@JohnEstropia commented on GitHub (Jun 29, 2019):
@damianstrain Sorry for the late response. Adding and removing relationships will trigger the change event, but updates will not (the reference itself wouldn't change)
@damianstrain commented on GitHub (Jul 1, 2019):
Thanks @JohnEstropia 👍