libs-gdl2/EOControl
Dave Wetzel 4878a85bbe * EOAccess/EOSQLExpression.m
fix include for less warnings on mac
	* EOAccess/EOEntity.m
	fix include for less warnings on mac
	isPrimaryKeyValidInObject: 0 is NOT a valid PK value
	* EOAccess/EOAdaptor.m
	fix include for less warnings on mac
	isDroppedConnectionException
	add comment and remove logs
	* EOAccess/EOSQLQualifier.m
	* EOAccess/EODatabaseDataSource.m
	* EOAccess/EOAdaptorContext.m
	* EOAccess/EORelationship.m
	* EOAccess/EOUtilities.m
	* EOAccess/EOSchemaGeneration.m
	* EOAccess/EOAdaptorChannel.m
	* EOAccess/EODatabaseChannel.m	
	fix include for less warnings on mac
	* EOAccess/EODatabaseContext.h
	add support for shouldHandleDatabaseException (WO 4.5)
	* EOAccess/EODatabaseContext.m
	add support for shouldHandleDatabaseException
	add [newRow addEntriesFromDictionary:objectPK] 
	to merge PKValues into the values of the EO.
	without that it is impossible to work.
	relayPrimaryKey: object: entity:
	Hopefully fixed. 
	add _delegateHandledDatabaseException:
	fixed _primaryKeyForObject: raiseException:
	(we raise always for now)
	* EOAccess/EOAdaptorChannel.h
	add comment
	* EOAdaptors/PostgreSQLAdaptor/PostgreSQLChannel.m
	fix include for less warnings on mac
	numberOfAffectedRows: search reverse to cover "INSERT 0 1" case.
	The first zero is the OID number
	refactored primaryKeyForNewRowWithEntity:
	* EOAdaptors/PostgreSQLAdaptor/PostgreSQLContext.h/m
	disabled _primaryKeySequenceNameFormat
	* EOAdaptors/PostgreSQLAdaptor/PostgreSQLExpression.m
	fixed formatValue: forAttribute:
	* EOControl/EOEditingContext.m
	* EOControl/EOFaultHandler.m
	* EOControl/EOKeyValueQualifier.m
	* EOControl/EOUndoManager.m
	* EOControl/EOClassDescription.m
	* EOControl/EOQualifier.m
	* EOControl/EOOrQualifier.m
	fix include for less warnings on mac
	* EOControl/EOCustomObject.m
	use getCString:maxLength:encoding instead of getCString
	use setValue: forKey instead of takeValue: forKey:
	change text in exceptions a bit
	* EOControl/EOPrivate.h
	use setValue: forKey instead of takeValue: forKey:	



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30633 72102866-910b-0410-8b05-ffd578937521
2010-06-09 12:48:33 +00:00
..
EOAggregateEvent.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOAggregateEvent.m 2008-03-16 Blake Nicholson <blaken@umich.edu> 2008-03-16 22:59:56 +00:00
EOAndQualifier.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOArrayDataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOArrayDataSource.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOCheapArray.h Use NSUInteger and remove methods declared in super class. 2010-04-19 17:43:01 +00:00
EOCheapArray.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOClassDescription.h remove hacks, adapt to EOCustomObject 2010-04-19 07:15:37 +00:00
EOClassDescription.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOControl.gsdoc * EOControl/GNUmakefile: Simplify documentation declarations. 2006-12-30 17:41:02 +00:00
EOControl.h EOControl/EOControl.h: add EOCustomObject.h 2010-04-17 11:51:20 +00:00
EOCustomObject.h remove hacks, adapt to EOCustomObject 2010-04-19 07:15:37 +00:00
EOCustomObject.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EODataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EODataSource.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EODebug.h * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EODebug.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EODefines.h *EOControl/EODefines.h: switch BUILD_libgnustep-db2control_DLL define 2009-01-29 22:34:41 +00:00
EODeprecated.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EODetailDataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EODetailDataSource.m * EOControl/EOEditingContext.m 2010-06-03 10:21:28 +00:00
EOEditingContext.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEditingContext.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOEvent.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEvent.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEventCenter.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOEventCenter.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOFault.h * EOMutableKnownKeyDictionary.h/m ([-initWithObjects:forKeys:count:]): 2010-04-14 21:06:05 +00:00
EOFault.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOFaultHandler.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOFetchSpecification.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOFetchSpecification.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOGenericRecord.h EOCustomObject.h/m new class like in EOF3. 2010-04-17 05:55:38 +00:00
EOGenericRecord.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOGlobalID.h * EOMutableKnownKeyDictionary.h/m ([-initWithObjects:forKeys:count:]): 2010-04-14 21:06:05 +00:00
EOGlobalID.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyComparisonQualifier.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyGlobalID.h * EOMutableKnownKeyDictionary.h/m ([-initWithObjects:forKeys:count:]): 2010-04-14 21:06:05 +00:00
EOKeyGlobalID.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOKeyValueArchiver.h * EOControl/EOKeyValueArchiver.h: Add forward declaration of 2009-07-29 08:06:55 +00:00
EOKeyValueArchiver.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyValueCoding.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOKeyValueCoding.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOKeyValueCodingBase.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOKeyValueCodingBase.m * EOControl/EOAndQualifier.m, 2008-01-22 13:57:07 +00:00
EOKeyValueQualifier.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOMultiReaderLock.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOMultiReaderLock.m Replace int with NSInteger. 2010-06-07 19:11:38 +00:00
EOMutableKnownKeyDictionary.h replaced unsigned int with NSUInteger. works for me, but needs code review. 2010-04-26 21:58:31 +00:00
EOMutableKnownKeyDictionary.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EONotQualifier.m * EOControl/EOAndQualifier.m 2009-06-01 11:51:06 +00:00
EONSAddOns.h * EOControl/EONSAddOns.h (GDL2_ActivateAllGDL2Categories): 2010-04-09 17:44:00 +00:00
EONSAddOns.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EONull.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EONull.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOObjectStore.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOObjectStore.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOObjectStoreCoordinator.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOObjectStoreCoordinator.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOObserver.h * EOControl/EOObserver.h 2010-04-21 13:59:28 +00:00
EOObserver.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOOrQualifier.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOPrivate.h * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOPrivate.m * EOControl/EOEditingContext.m: 2010-04-26 22:05:17 +00:00
EOQualifier.h * EOControl/EOKeyValueArchiver.h: Add forward declaration of 2009-07-29 08:06:55 +00:00
EOQualifier.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
EOSharedEditingContext.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOSharedEditingContext.m * EOControl/EOSharedEditingContext.m 2010-04-09 10:27:15 +00:00
EOSortOrdering.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOSortOrdering.m Remove lots of logging. 2010-05-30 19:25:53 +00:00
EOUndoManager.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOUndoManager.m * EOAccess/EOSQLExpression.m 2010-06-09 12:48:33 +00:00
GNUmakefile EOCustomObject.h/m new class like in EOF3. 2010-04-17 05:55:38 +00:00
Makefile.postamble Removed unused dependency rule 2010-02-11 22:44:52 +00:00
Makefile.preamble * EOInterface/Makefile.preamble, 2008-03-12 14:04:21 +00:00