Re: Relationship across model boundaries failing
Re: Relationship across model boundaries failing
- Subject: Re: Relationship across model boundaries failing
- From: Mike Schrag <email@hidden>
- Date: Fri, 30 May 2008 18:54:27 -0400
OK, so it sounds like the update is fine but how many SQL statements
occur when you try to insert a new Person?
I would expect an insert to fire the faults in this case, but that
should be the same for a many-to-many with a join entity as long as
you are calling addObjectToBothSideBlah on both person and company of
the join (which you should be to keep them consistent). As it turns
out i accidentally deleted my ManyToMany test-case app just now and I
have to recreate it. But I definitely expect it to fire the faults
here.
ms
_______________________________________________
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