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

Reloading a local content provider does not reset entities #3

Closed
sacnl opened this issue May 16, 2013 · 1 comment
Closed

Reloading a local content provider does not reset entities #3

sacnl opened this issue May 16, 2013 · 1 comment
Assignees

Comments

@sacnl
Copy link
Contributor

sacnl commented May 16, 2013

Attribute values etc that have been changed since loading are not reset to their persistent values.

NSManagedObjectContext executeFetchRequest does not overwrite changes. According to http://lists.apple.com/archives/cocoa-dev/2012/Jan/msg00173.html, this might not be so easy. Possible solution: manual undo - http://stackoverflow.com/questions/2214343/core-data-reset-to-the-initial-state

@sacnl
Copy link
Contributor Author

sacnl commented May 16, 2013

Solution found here and successfully implemented as a prototype in a generated app.
To be integrated into framework.

@ghost ghost assigned sacnl May 16, 2013
@sacnl sacnl closed this as completed in 83256b4 May 17, 2013
janernsting pushed a commit that referenced this issue Dec 1, 2015
Remove java 1.6 entry from classpath settings and delete second md2.launch configuration
riegerchris pushed a commit that referenced this issue Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant