From: <haw...@us...> - 2012-02-03 03:56:38
|
Revision: 281 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=281&view=rev Author: hawkmoon Date: 2012-02-03 03:56:32 +0000 (Fri, 03 Feb 2012) Log Message: ----------- Additional Changes to support the generic data object. - added List for Data Object - fixed a bug in data object that put the , in when it should not with the primary key not in the last position of the recordset. - addressed issues in DataObject Unit tests that caused unexpected failures. - time unit test is known to be wrong and failing - general 'tests' unit test is as yet unimplemented but will be fleshed out to test connection, recordset, field and column Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.h trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLKit.h trunk/PGSQLKit/PGSQLKit.xcodeproj/project.pbxproj trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject.h trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject.m Added Paths: ----------- trunk/PGSQLKit/PGSQLDataObjectList.h trunk/PGSQLKit/PGSQLDataObjectList.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |