Navigation Menu

Skip to content
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

NSAtomicStore added #423

Closed
wants to merge 4 commits into from
Closed

NSAtomicStore added #423

wants to merge 4 commits into from

Conversation

ilin-in
Copy link

@ilin-in ilin-in commented Feb 25, 2013

Now you can setup Core Data stack with manualy Store Type name. That
means you can use MagicalRecord with NSAtomicStore easily.

Now you can setup Core Data stack with manualy Store Type name. That
means you can use MagicalRecord with NSAtomicStore easily.
`performSelector:withObject:afterDelay` replaced to `dispatch_after` in
same time
Now you can use MagicalRecord `MR_find*` methods with different
NSPersistentStore you specify.

That means, if you added new NSPersistentStore with method
`[NSPersistentStoreCoordinator MR_defaultStoreCoordinator] MR_add*` you
can manage its data using methods of this commit.
@ilin-in
Copy link
Author

ilin-in commented Mar 10, 2013

I'am added new features with help different NSPersistentStore you specify.

@dulacp
Copy link
Contributor

dulacp commented Jun 22, 2013

Totally supporting this Pull Request!
In my case that is helping us configuring the Core Data stack with an custom store type like the AFIncrementalStore type for instance.

Need a hand on something to bring this PR to the merging state ?

@tonyarnold
Copy link
Contributor

MagicalRecord 3.0 introduces a new class to manage a "stack" - the idea is that you'd create an AFIncrementalStoreStack subclass that specifies these as part of the stack's setup, rather than appending more API to MagicalRecord itself. Have a look at AutoMigratingWithSourceAndTargetModelMagicalRecordStack.m for an example.

@tonyarnold tonyarnold closed this Apr 12, 2014
@tonyarnold tonyarnold added this to the 3.0.0 milestone Apr 12, 2014
@tonyarnold tonyarnold self-assigned this Apr 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants