Re: editingContext.deleteObject(object) immediately destroys relationships?
Re: editingContext.deleteObject(object) immediately destroys relationships?
- Subject: Re: editingContext.deleteObject(object) immediately destroys relationships?
- From: shaun <email@hidden>
- Date: Mon, 09 Apr 2007 13:35:18 +0930
Miguel Arroz wrote:
Hi!
I'm having a very very strange bug here.
I have a context where I store some objects but I do not save it yet.
Specifically I have one object that was created, and has relationships
with other objects, but it's still not stored on the DB.
Depending on what the user does, that object may be deleted again
(before it's saved to DB).
The problem is that after deleting it, apparently it's still showing
up on some relationships. IE, object A is related to B. I delete B, but
A still has B in it's b() array. Is this normal?
Are you calling removeObjectFromBothSidesOfRelationshipWithKey before
deleting?
regards,
shaun
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden