Re: Question regarding nullified relationship objects
Re: Question regarding nullified relationship objects
- Subject: Re: Question regarding nullified relationship objects
- From: "I. Savant" <email@hidden>
- Date: Mon, 9 Feb 2009 15:57:49 -0500
On Mon, Feb 9, 2009 at 3:31 PM, Jon C. Munson II <email@hidden> wrote:
> To I.Savant: Actually, I am curious to know from the perspective of either
> the XML type or SQLite type. However, Ben's response provided the needed
> answer, which is that there isn't anything left hanging around with which to
> bother.
It would be quite strange if there were, but it's still an odd
question to ask: if it were left around (especially in the case of
sqlite store type), what would you do about it? Disconnect from your
store and manipulate the sqlite file directly to "clean it"? This
could have disastrous results as Core Data's sqlite schema (and
implementation) is private and subject to change. Doing something
wrong here could seriously screw up user data, which is why I was
trying to establish what you were asking about and give a grave
warning if your intent was to muck around with the file directly.
Just a warning about the potential consequences is all.
--
I.S.
_______________________________________________
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