Re: Fix, GDL2, EORelationship (-validateName:)

2008-05-01 Thread Georg Fleischmann
Hello Matt, On 30.04.2008, at 22:27, Matt Rice wrote: though, we can get a list of names for dupe checking without triggering the loading code, attached is a patch which implements this let me know if this fixes your bug; and if you have time to come up with a test for it, that'd be helpful

Re: Fix, GDL2, EORelationship (-validateName:)

2008-04-30 Thread Matt Rice
On Mon, Apr 28, 2008 at 11:56 PM, David Ayers [EMAIL PROTECTED] wrote: Hello Georg, Thanks for the report! Georg Fleischmann schrieb: here is a patch for EORelationship, proposing a fix for awakening of attributes that have a definition. When relationships are constructed they

Re: Fix, GDL2, EORelationship (-validateName:)

2008-04-29 Thread David Ayers
Hello Georg, Thanks for the report! Georg Fleischmann schrieb: here is a patch for EORelationship, proposing a fix for awakening of attributes that have a definition. When relationships are constructed they are validated against attributes. That in turn awakens the attributes, being

Fix, GDL2, EORelationship (-validateName:)

2008-04-28 Thread Georg Fleischmann
Hello, here is a patch for EORelationship, proposing a fix for awakening of attributes that have a definition. When relationships are constructed they are validated against attributes. That in turn awakens the attributes, being dependent on relationships that are not there at this time.