Re: GDL2: record -snapshot / toManyProperties / shallowCopy

2005-08-15 Thread David Ayers
Manuel Guesdon schrieb: Hi, Searching for a bug, I've found that calling -snapshot on a record which have toMany property fire toMany property value fault (if the value is still a fault) when the shallowCopy is done (in EOClassDescription -snapshot) on line: value = AUTORELEASE([value

GDL2: record -snapshot / toManyProperties / shallowCopy

2005-08-12 Thread Manuel Guesdon
Hi, Searching for a bug, I've found that calling -snapshot on a record which have toMany property fire toMany property value fault (if the value is still a fault) when the shallowCopy is done (in EOClassDescription -snapshot) on line: value = AUTORELEASE([value shallowCopy]); This (can)