|
From: | Stéphane Corthésy |
Subject: | Bugs in GDL2/EOAccess/EODatabaseContext.m |
Date: | Fri, 4 Apr 2003 22:32:46 +0200 |
Hi, Three bugs in gdl2/EOAccess/EODatabaseContext.m:- in setDelegate:, the == in the while loop must be replaced by a single = - in -relayPrimaryKey:object:entity:, the test if(isToMany) must be done only if value != nil - in -_fireArrayFault:, the call [EOFault clearFault: object] must be replaced by [object self], because it may happen that object is not a fault, thus the call would raise; invoking self instead clears the fault if it is one
Stéphane
[Prev in Thread] | Current Thread | [Next in Thread] |