I have this code:
Store* store = [NSEntityDescription insertNewObjectForEntityForName:@\"Store\"]; store.name = @\"My Company\" ...
Now the sto
[store.managedObjectContext rollback];