* EOAccess/EODatabaseContext.m:

(recordChangesInEditingContext): Remove shadowing of local
	variable.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20739 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2005-02-17 12:19:38 +00:00
parent af63fd32b5
commit 6b4ef319c9
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,8 @@
* EOAccess/EODatabaseContext.m:
(-_currentCommittedSnapshotForObject:): Fix crash in logging.
(recordChangesInEditingContext): Remove shadowing of local
variable.
2005-02-16 David Ayers <d.ayers@inode.at>

View file

@ -2565,7 +2565,6 @@ forDatabaseOperation:(EODatabaseOperation *)op
//En update: dbsnapshot
//en insert : snapshot ? en insert:dbsnap aussi
int iRelationship = 0;
int relationshipsCount = 0;
NSDictionary *snapshot = nil;
if (which == 0) //Insert //see wotRelSaveChanes.1.log seems to use dbSna for insert !