libs-gdl2/EOAdaptors/Postgres95
David Ayers 63fe01e58e 2003-02-06 David Ayers <d.ayers@inode.at>
* EOAccess/EOModel.m
	([EOModel -encodeTableOfContentsIntoPropertyList:]),
	([EOModel -initWithPropertyList:owner:]),
	([EOModel -encodeIntoPropertyList:]), ([EOModel -addEntity:]),
	([EOModel -removeEntity:]), ([EOModel -beautifyNames]),
	([EOModel -setCreateMutableObjects:]):
	Do not access _entities until cache is triggered.
	* EOAccess/EOModel.m
	([EOModel +findPathForModelNamed:]),
	([EOModel -gcDecrementRefCountOfContainedObjects]),
	([EOModel -storedProcedures]), ([EOModel -initWithContentsOfFile:]),
	([EOModel -initWithTableOfContentsPropertyList:path:]),
	([EOModel -initWithPropertyList:owner:]),
	([EOModel -_classDescriptionNeeded:]), ([EOModel -_entityForClass:]),
	([EOModel -_addEntityWithPropertyList:]), ([EOModel -_addEntity:]),
	([EOModel -_verifyBuiltEntityObject:named:]):
	replaced NSDebugMLLog with EOFLOGObject/ClassLevelArgs.
	* EOAccess/EOModel.m ([EOModel -description]), ([EOModel
	-addEntity]), ([EOModel removeEntity]): Make temporary objects
	autoreleased versions instead explicit release handling.

	* EOAccess/EOAdaptor.m ([EOAdaptor +adaptorWithName:]):
	reinserted accessing adaptor class by principal class of bundle as
	fallback in case EOAdaptorClassName isn't found.  Raise an
	exception if the provided class is not a subclass of EOAdaptor.
	* EOAccess/EOAdaptor.m ([EOAdaptor +adaptorWithName:]),
	([EOAdaptor -fetchedValueForValue:attribute]),
	([EOAdaptor -fetchedValueForStringValue:attribute]):
	replaced NSLog/NSDebugMLLog with EOFLOGObject/ClassLevelArgs.
	* EOAccess/EOAdaptor.m ([EOAdaptor +adaptorWithModel:]),
	([EOAdaptor +adaptorWithName:]),
	([EOAdaptor +availableAdaptorNames]):
	replaced autorelease with AUTORELEASE().

	* EOAdaptors/Postgres95Adaptor/Info.plist: Added
	EOAdaptorClassName entry.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@15900 72102866-910b-0410-8b05-ffd578937521
2003-02-06 21:18:29 +00:00
..
GNUmakefile.in *** empty log message *** 2002-11-15 22:57:05 +00:00
Info.plist 2003-02-06 David Ayers <d.ayers@inode.at> 2003-02-06 21:18:29 +00:00
Makefile.postamble Tidyups 2002-11-24 16:07:32 +00:00
Makefile.preamble.in * EOAccess/EODatabaseContext.m ([EODatabaseContext 2002-12-05 14:46:56 +00:00
Postgres95Adaptor.h *** empty log message *** 2002-11-15 22:57:05 +00:00
Postgres95Adaptor.m Changes for OSX and fixes. 2003-02-03 14:53:03 +00:00
Postgres95Channel.h *** empty log message *** 2002-11-15 22:57:05 +00:00
Postgres95Channel.m Changes for OSX and fixes. 2003-02-03 14:53:03 +00:00
Postgres95Context.h *** empty log message *** 2002-11-15 22:57:05 +00:00
Postgres95Context.m * EOControl/EOObserver.m: Added implementation for EODelayedObserver 2003-01-16 14:48:09 +00:00
Postgres95EOAdaptor.gsdoc *** empty log message *** 2002-11-15 22:57:05 +00:00
Postgres95SQLExpression.h *** empty log message *** 2002-11-15 22:57:05 +00:00
Postgres95SQLExpression.m Changes for OSX and fixes. 2003-02-03 14:53:03 +00:00
Postgres95Values.h Changes for OSX and fixes. 2003-02-03 14:53:03 +00:00
Postgres95Values.m Changes for OSX and fixes. 2003-02-03 14:53:03 +00:00