-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for cascading deletes #1104
Comments
Core issue: realm/realm-core#746 |
Any progress in this issue? |
+1 |
12 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
Any updates? |
Really sorry to keep you all in the cold on this feature. It's likely going to be one of the first features that we will tackle after our current P1 backlog issues are handled. Thanks for hanging in there! |
+1 |
3 similar comments
+1 |
+1 |
+1 |
++ |
+1 |
2 similar comments
+1 |
+1 |
This reminds me of JPA's |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Man, these +1s are adding too much noise, they don't add any value to the conversation and they could just use the upvote on the top post... The current answer is provided here: #2717 (comment) Is there a chance this can get locked like #575 ? |
And it depends on realm/realm-core#746 |
Reflected in AHA under: https://realmio.aha.io/requirements/PROD-13-2 |
It should be possible to delete linked objects as well using some defined policy.
Suggestion 1: Possible policies:
Suggestion 2: Try to provide the same semantics as the GC, i.e. root objects and strong/weak references. Once an object no longer has any references it is deleted.
Cocoa issue: realm/realm-swift#1186
The text was updated successfully, but these errors were encountered: