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
In our workflow, sometimes we end up passing around arrays of NSManagedObjects. It'd be nice to grab the entire array in a specific context, or delete the array, rather than having to iterate over them, like [arrayOfManagedObjects MR_inContext] or [arrayOfManagedObjects MR_deleteEntities].
I've been toying around with the category, and I'll make a pull request soon. But I'd like to know if this is something you'd be open to.
The text was updated successfully, but these errors were encountered:
Thanks for the heads up. I think there may be more interesting things to do
with arrays (collections in general) of managed objects...looking forward
to seeing your pull request
In our workflow, sometimes we end up passing around arrays of
NSManagedObjects. It'd be nice to grab the entire array in a specific
context, or delete the array, rather than having to iterate over them,
like [arrayOfManagedObjects
MR_inContext] or [arrayOfManagedObjects MR_deleteEntities].
I've been toying around with the category, and I'll make a pull request
soon. But I'd like to know if this is something you'd be open to.
—
Reply to this email directly or view it on
GitHubhttps://github.com//issues/513
.
Given the age of this issue, and the volume of issues we have to work through, I've decided to close this alongside a number of other older issues.
If you can still replicate the issue under the latest in-development version of MagicalRecord (3.0 at the time of writing), please feel free to re-open and one of @magicalpanda/team-magicalrecord will take another look. Thanks!
Hello,
In our workflow, sometimes we end up passing around arrays of NSManagedObjects. It'd be nice to grab the entire array in a specific context, or delete the array, rather than having to iterate over them, like
[arrayOfManagedObjects MR_inContext]
or[arrayOfManagedObjects MR_deleteEntities]
.I've been toying around with the category, and I'll make a pull request soon. But I'd like to know if this is something you'd be open to.
The text was updated successfully, but these errors were encountered: