libs-gdl2/EOAccess
Manuel Guesdon 16461488fd 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com>
* EOAccess/EOAdaptorChannel.m:
		o replaced NSDebugMLLog by EOFLOGObjectLevel/EOFLOGObjectLevelArgs
	* EOAccess/EOAttribute.m:
		o replaced NSDebugMLLog by EOFLOGObjectLevel/EOFLOGObjectLevelArgs
	* EOAccess/EODatabaseChannel.m:
		o replaced NSDebugMLLog by EOFLOGObjectLevel/EOFLOGObjectLevelArgs
		o Move registration for EODatabaseChannelNeddedNotification
			from +load to +initialize. (David Ayers <d.ayers@inode.at>)
	* EOAccess/EODatabaseContext.m:
		o Move registration for EODatabaseChannelNeddedNotification
			from +load to +initialize. (David Ayers <d.ayers@inode.at>)
	* EOAccess/EOEntity.m:
		o in - (void) _setIsEdited, autorelease instead of destroy
	* EOAccess/EORelationship.m
		o -validateValue: don't raise not implemented exception
		o initialize variables in -foreignKeyInDestination
	* EOAccess/EOSQLExpression.m:
		o added NSAsserts
		o use anyRelationshipNamed: instead of relationshipNamed: to
			find hidden relationships
	* EOControl/EOClassDescription.m
		o -displayNameForKey: use -stringWithCapacity instead
			of +alloc -initWithCapacity (missing autorelease)
		o -validationExceptionWithFormat: initialize variables
		o -aggregateExceptionWithExceptions: initialize variables
		o -aggregateExceptionWithExceptions: autorelease copied value
		o -exceptionAddingEntriesToUserInfo: initialize variables
		o -exceptionAddingEntriesToUserInfo: autorelease copied userInfo
		o -snapshot autorelease copied value
		o -updateFromSnapshot: autorelease copied value
	* EOControl/EOFetchSpecification.h:
		o added +fetchSpecificationWithEntityName:qualifier:sortOrderings:usesDistinct:isDeep:hints:
		o added +fetchSpecificationWithEntityName:qualifier:sortOrderings:usesDistinct:
	* EOControl/EOFetchSpecification.m:
		o added +fetchSpecificationWithEntityName:qualifier:sortOrderings:usesDistinct:isDeep:hints:
		o added +fetchSpecificationWithEntityName:qualifier:sortOrderings:usesDistinct:
		o removed +fetchSpecificationNamed:entityNamed: (implemented in EOUtilities)
		o Insure that EODatabaseContext is initialized early. (David Ayers <d.ayers@inode.at>)
	* EOControl/EOGenericRecord.m
		o in -eoFormatSizeDictionary: handle /0
		o in +eoCalculateAllSizeWith: don't de-fault objects
		o in +eoCalculateAllSizeWith: manage a local autorelease pool
	* EOControl/EOKeyValueCoding.h:
		o added -smartTakeValue:forKey:
		o -smartTakeValue:forKeyPath:
		o -storedValuesForKeyPaths:
	* EOControl/EOGlobalID.m:
		o Insure that EODatabaseContext is initialized early. (David Ayers <d.ayers@inode.at>)
	* EOControl/EOQualifier.m:
		o +operatorSelectorForString:]): Parse 'doesContain' instead of
			'contains' (David Ayers <d.ayers@inode.at>)
	* EOControl/EODebug.m:
		o include NSDebug.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15845 72102866-910b-0410-8b05-ffd578937521
2003-02-01 15:19:56 +00:00
..
EOAccess.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOAccessFault.h * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOAccessFault.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOAccessFaultPriv.h *** empty log message *** 2002-11-15 22:57:05 +00:00
EOAdaptor.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOAdaptor.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOAdaptorChannel.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOAdaptorChannel.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EOAdaptorContext.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOAdaptorContext.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOAdaptorOperation.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOAdaptorPriv.h *** empty log message *** 2002-11-15 22:57:05 +00:00
EOAttribute.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOAttribute.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EOAttributePriv.h *** empty log message *** 2002-11-15 22:57:05 +00:00
EODatabase.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EODatabase.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EODatabaseChannel.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EODatabaseChannel.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EODatabaseChannelPriv.h *** empty log message *** 2002-11-15 22:57:05 +00:00
EODatabaseContext.h 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EODatabaseContext.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EODatabaseContextPriv.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EODatabaseDataSource.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EODatabaseDataSource.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EODatabaseOperation.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EODatabaseOperation.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EODatabaseOperationPriv.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOEntity.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOEntity.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EOEntityPriv.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOExpressionArray.h * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOExpressionArray.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOJoin.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOJoin.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOModel.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOModel.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOModelGroup.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOModelGroup.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOPropertyListEncoding.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EORelationship.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EORelationship.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EOSQLExpression.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOSQLExpression.m 2003-01-31 Manuel Guesdon <mguesdon@orange-concept.com> 2003-02-01 15:19:56 +00:00
EOSQLExpressionPriv.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOSQLQualifier.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOSQLQualifier.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOStoredProcedure.h * EOAdaptors/Postgres95/Postgres95Channel.m ([Postgres95Channel 2002-12-30 22:10:43 +00:00
EOStoredProcedure.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOUtilities.h * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
EOUtilities.m * EOAccess/EOUtilities.m|.h ([EOObjectStoreCoordinator -modelGroup]), 2002-12-31 16:25:21 +00:00
gdl2.gsdoc *** empty log message *** 2002-11-15 22:57:05 +00:00
GNUmakefile Remove dependency on the obsolete Extensions library. 2002-11-25 20:01:43 +00:00
Makefile.postamble *** empty log message *** 2002-11-15 22:57:05 +00:00
Makefile.preamble *** empty log message *** 2002-11-15 22:57:05 +00:00