From: <nt...@us...> - 2012-01-31 01:11:55
|
Revision: 279 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=279&view=rev Author: ntiffin Date: 2012-01-31 01:11:49 +0000 (Tue, 31 Jan 2012) Log Message: ----------- With this commit basic dispatching seems to be working, although more test cases need to be developed to fully test the logic. longRunning has not been tested. Downsizing max connections is bypassed because it is not working and has not been tested. Changes include: - Misc text typo corrections in PGSQLDispatch and PGSQLDispatchConnection. - Corrected type in stringDescriptionForErrorNumber method. - Moved dispatch code to PGSQLDispatchConnection so it can be used without PGSQLDispatch. - Fix dispatch logic. - Flush out test project. - Fix some compiler warnings in PGSQLPreparedStatement. - Improve error reporting PGSQLConnection. - Connection clone was not cloning the default encoding. - Fix subtle bug in failed commands sent to open. - Removed dispatch test code from PGSQLKitUnitTest (moved to PGSQLDispatchTesting folder and project) - Changed PGSQLDispatchTesting project to use compiled PGSQLKit instead of framework. Modified Paths: -------------- trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLDispatch.h trunk/PGSQLKit/PGSQLDispatch.m trunk/PGSQLKit/PGSQLDispatchConnection.h trunk/PGSQLKit/PGSQLDispatchConnection.m trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/AppDelegate.m trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting.xcodeproj/project.pbxproj trunk/PGSQLKit/PGSQLKitUnitTest/PGSQLKitUnitTest.m trunk/PGSQLKit/PGSQLPreparedStatement.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |