From: <nt...@us...> - 2012-01-27 22:35:29
|
Revision: 277 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=277&view=rev Author: ntiffin Date: 2012-01-27 22:35:23 +0000 (Fri, 27 Jan 2012) Log Message: ----------- - Changed the time interval tracking variables in - (PGSQLRecordset *)open:(NSString *)sql to NSDate objects. - Added @property(readonly) NSDate *startTimeStamp to PGSQLConnection. - Added note about recordCount being alias for rowCount in PGSQLRecordset. - More API refinement for PGSQLDispatch. - Fix compiler warning for globalPGSQLConnection and remove it from global visibility. - Add checkAndRecoverConnection to PGSQLConnection. - Change implementation of PGSQLConnection isConnected to return realtime connection status. - Fix PGSQLConnection execCommand and open to check for encoding errors before sending SQL. - Fix PGSQLConnection open to use defaultEncoding instead of NSUTF8StringEncoding. This will force the caller to set the defaultEncoding if they were relying on it as the default is currently NSMacOSRomanStringEncoding. Modified Paths: -------------- trunk/PGSQLKit/PGSQLConnection.h trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLDeveloper_Notes.txt trunk/PGSQLKit/PGSQLDispatch.h trunk/PGSQLKit/PGSQLDispatch.m trunk/PGSQLKit/PGSQLDispatchConnection.h trunk/PGSQLKit/PGSQLDispatchConnection.m trunk/PGSQLKit/PGSQLRecordset.h Added Paths: ----------- trunk/PGSQLKit/PGSQLKitUnitTest/ trunk/PGSQLKit/PGSQLKitUnitTest/PGSQLKitUnitTest-Info.plist trunk/PGSQLKit/PGSQLKitUnitTest/PGSQLKitUnitTest-Prefix.pch trunk/PGSQLKit/PGSQLKitUnitTest/PGSQLKitUnitTest.h trunk/PGSQLKit/PGSQLKitUnitTest/PGSQLKitUnitTest.m trunk/PGSQLKit/PGSQLKitUnitTest/en.lproj/ trunk/PGSQLKit/PGSQLKitUnitTest/en.lproj/InfoPlist.strings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |