OK, so it sounds like the update is fine but how many SQL statements occur when you try to insert a new Person?

Alan

On May 30, 2008, at 4:28 PM, Mike Schrag wrote:

No, I meant an insert or update that didn't modify the relationship. It sounds like your test shows my recollection to be wrong with recent WO versions. I'm pretty sure it was true at some point in the past though.

Hang on a minute.... what was flattened in your model?
Company
        id
        name
        >> people (flattened)

Person
        id
        name
        >> companies  (flattened)

(CompanyPerson)
        companyID
        personID

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/award% 40apple.com

This email sent to [EMAIL PROTECTED]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to