Re: Cleaning "garbage" in Core Data
Re: Cleaning "garbage" in Core Data
- Subject: Re: Cleaning "garbage" in Core Data
- From: Graham Cox <email@hidden>
- Date: Mon, 17 Aug 2009 01:31:59 +1000
On 17/08/2009, at 1:22 AM, Squ Aire wrote:
Just to make it clear: The whole userInfo dictionary will tend to
NOT be "garbage". Only a subset of key-value pairs within the
userInfo dictionaries for the employees will be "garbage". I want to
get rid of this subset without bothering the user in any way.
How are you going to tell garbage from non-garbage? You'd need to flag
it - and doing that is just as much (if not more) work than simply
deleting the item (which isn't expensive, whatever you might think).
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden