mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-23 13:10:48 +00:00
* 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:
parent
af63fd32b5
commit
6b4ef319c9
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 !
|
||||
|
|
Loading…
Reference in a new issue