You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(5) |
Aug
(24) |
Sep
(21) |
Oct
(2) |
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(5) |
Mar
(6) |
Apr
(8) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(23) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
(7) |
Oct
(8) |
Nov
(8) |
Dec
(1) |
2009 |
Jan
(5) |
Feb
(6) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
(6) |
Nov
(2) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(16) |
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
(9) |
Feb
(6) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
(3) |
Dec
|
From: <haw...@us...> - 2012-11-18 23:09:13
|
Revision: 297 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=297&view=rev Author: hawkmoon Date: 2012-11-18 23:09:07 +0000 (Sun, 18 Nov 2012) Log Message: ----------- Completed new build script, put into production to replace the old hodge lodge of scripts. Modified Paths: -------------- trunk/BuildScripts/Process_Update.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-11-09 03:46:52
|
Revision: 296 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=296&view=rev Author: hawkmoon Date: 2012-11-09 03:46:43 +0000 (Fri, 09 Nov 2012) Log Message: ----------- Rework Installer elements to migrate back to a command line built installer Modified Paths: -------------- trunk/Installers/PostgreSQL for Mac/Installer/build-package.sh Property Changed: ---------------- trunk/Installers/PostgreSQL for Mac/Installer/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-11-08 02:16:53
|
Revision: 295 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=295&view=rev Author: hawkmoon Date: 2012-11-08 02:16:47 +0000 (Thu, 08 Nov 2012) Log Message: ----------- Rework Installer elements to migrate back to a command line built installer Added Paths: ----------- trunk/Installers/PostgreSQL for Mac/Installer/ trunk/Installers/PostgreSQL for Mac/Installer/README.txt trunk/Installers/PostgreSQL for Mac/Installer/Resources/ trunk/Installers/PostgreSQL for Mac/Installer/Resources/License.txt trunk/Installers/PostgreSQL for Mac/Installer/Resources/ReadMe.txt trunk/Installers/PostgreSQL for Mac/Installer/Resources/Welcome.txt trunk/Installers/PostgreSQL for Mac/Installer/Resources/background.tif trunk/Installers/PostgreSQL for Mac/Installer/Root/ trunk/Installers/PostgreSQL for Mac/Installer/Root/Applications/ trunk/Installers/PostgreSQL for Mac/Installer/Root/Library/ trunk/Installers/PostgreSQL for Mac/Installer/Root/Library/PostgreSQL/ trunk/Installers/PostgreSQL for Mac/Installer/Root/Library/PostgreSQL/Versions/ trunk/Installers/PostgreSQL for Mac/Installer/Root/Library/StartupItems/ trunk/Installers/PostgreSQL for Mac/Installer/Root/var/ trunk/Installers/PostgreSQL for Mac/Installer/Root/var/tmp/ trunk/Installers/PostgreSQL for Mac/Installer/Root/var/tmp/__install/ trunk/Installers/PostgreSQL for Mac/Installer/Root/var/tmp/__install/pg_hba.conf trunk/Installers/PostgreSQL for Mac/Installer/Root/var/tmp/__install/postgresql.conf trunk/Installers/PostgreSQL for Mac/Installer/Scripts/ trunk/Installers/PostgreSQL for Mac/Installer/Scripts/postinstall trunk/Installers/PostgreSQL for Mac/Installer/Scripts/postupgrade trunk/Installers/PostgreSQL for Mac/Installer/Scripts/preinstall trunk/Installers/PostgreSQL for Mac/Installer/Scripts/preupgrade trunk/Installers/PostgreSQL for Mac/Installer/build-package.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-10-31 22:47:32
|
Revision: 294 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=294&view=rev Author: hawkmoon Date: 2012-10-31 22:47:23 +0000 (Wed, 31 Oct 2012) Log Message: ----------- Reworked GenDB headers to eliminate Duplicate Definition errors Removed Paths: ------------- trunk/PGSQLKit/GenDBColumn.h trunk/PGSQLKit/GenDBConnection.h trunk/PGSQLKit/GenDBField.h trunk/PGSQLKit/GenDBRecord.h trunk/PGSQLKit/GenDBRecordset.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-10-31 22:43:58
|
Revision: 293 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=293&view=rev Author: hawkmoon Date: 2012-10-31 22:43:52 +0000 (Wed, 31 Oct 2012) Log Message: ----------- Reworked GenDB headers to eliminate Duplicate Definition errors Modified Paths: -------------- trunk/PGSQLKit/PGSQLColumn.h trunk/PGSQLKit/PGSQLConnection.h trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLConnectionBase.h trunk/PGSQLKit/PGSQLDataObject.h trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLField.h trunk/PGSQLKit/PGSQLField.m trunk/PGSQLKit/PGSQLRecord.h trunk/PGSQLKit/PGSQLRecord.m trunk/PGSQLKit/PGSQLRecordset.h trunk/PGSQLKit/PGSQLRecordset.m Added Paths: ----------- trunk/PGSQLKit/GenDBProtocol.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-09-19 01:52:26
|
Revision: 292 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=292&view=rev Author: hawkmoon Date: 2012-09-19 01:52:21 +0000 (Wed, 19 Sep 2012) Log Message: ----------- Work In Progress on script reworks Modified Paths: -------------- trunk/BuildScripts/Process_Update.sh Added Paths: ----------- trunk/BuildScripts/embed.postgresql.sh trunk/BuildScripts/merge.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-09-18 23:56:52
|
Revision: 291 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=291&view=rev Author: hawkmoon Date: 2012-09-18 23:56:46 +0000 (Tue, 18 Sep 2012) Log Message: ----------- New work on fully automating the build process Added Paths: ----------- trunk/BuildScripts/Process_Update.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-09-17 13:33:25
|
Revision: 290 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=290&view=rev Author: hawkmoon Date: 2012-09-17 13:33:14 +0000 (Mon, 17 Sep 2012) Log Message: ----------- Moving to MBA Modified Paths: -------------- trunk/BuildScripts/Build.Distro.sh trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/01query-contents.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/01query.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/02create-contents.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/02create.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/03create-contents.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/03create.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/04postgresql-contents.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/06postgresql.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/07pgadmin-contents.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/07pgadmin.xml trunk/Installers/PostgreSQL for Mac/PostgreSQL for Mac.pmdoc/index.xml trunk/Installers/PostgreSQL for Mac/README.pages trunk/PGSQLKit/PGSQLKit.xcodeproj/project.pbxproj trunk/SetVersion/pg_set_version.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-08-01 01:58:09
|
Revision: 289 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=289&view=rev Author: hawkmoon Date: 2012-08-01 01:58:02 +0000 (Wed, 01 Aug 2012) Log Message: ----------- ## 07/31/2012 * cleaned up a bunch of warnings * reworked project file to better work with relocating the framework into applications, bundles and other frameworks in order to make the framework sandbox friendly Modified Paths: -------------- trunk/PGSQLKit/GenDBColumn.h trunk/PGSQLKit/PGSQLConnection.h trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLConnectionBase.h trunk/PGSQLKit/PGSQLConnectionBase.m trunk/PGSQLKit/PGSQLConnectionInfo.m trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLDataObjectList.m trunk/PGSQLKit/PGSQLDispatch.m trunk/PGSQLKit/PGSQLKit.xcodeproj/project.pbxproj trunk/PGSQLKit/PGSQLRecordset.h trunk/PGSQLKit/PGSQLRecordset.m trunk/PGSQLKit/README.md This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-03-08 03:30:43
|
Revision: 288 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=288&view=rev Author: hawkmoon Date: 2012-03-08 03:30:37 +0000 (Thu, 08 Mar 2012) Log Message: ----------- fixed newly added method because I cannot type. Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.h trunk/PGSQLKit/PGSQLDataObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-03-08 03:26:34
|
Revision: 287 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=287&view=rev Author: hawkmoon Date: 2012-03-08 03:26:28 +0000 (Thu, 08 Mar 2012) Log Message: ----------- add support for initWithKey Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.h trunk/PGSQLKit/PGSQLDataObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-02-24 02:48:39
|
Revision: 286 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=286&view=rev Author: hawkmoon Date: 2012-02-24 02:48:32 +0000 (Fri, 24 Feb 2012) Log Message: ----------- updated xcode project to address subtle changes for PGDataObject Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLKit.xcodeproj/project.pbxproj Added Paths: ----------- trunk/PGSQLKit/README.md Removed Paths: ------------- trunk/PGSQLKit/README.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-02-17 21:29:56
|
Revision: 285 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=285&view=rev Author: hawkmoon Date: 2012-02-17 21:29:50 +0000 (Fri, 17 Feb 2012) Log Message: ----------- Fixes for issues in handling of coma's on update when the primary key was in the first position in the property list. Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLDataObjectList.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-02-15 21:38:32
|
Revision: 284 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=284&view=rev Author: hawkmoon Date: 2012-02-15 21:38:26 +0000 (Wed, 15 Feb 2012) Log Message: ----------- Fixes for issues in handling of coma's on update when the primary key was in the first position in the property list. Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nt...@us...> - 2012-02-09 00:49:52
|
Revision: 283 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=283&view=rev Author: ntiffin Date: 2012-02-09 00:49:46 +0000 (Thu, 09 Feb 2012) Log Message: ----------- - Refactor PGSQLConnection sync methods into PGSQLConnectionBase. Leave async methods in PGSQLConnection. Move some includes from header files to implementation files. For some source code outside of PGSQLKit #import "PGSQLRecordset.h" may need to be added. - Add description method to PGSQLRecordset. - Refactor PGSQLRecordset.m to group code into similar sections. - Clean up analyzer warnings, remove some autorelease's from logging in PGSQLConnectionBase.m. Modified Paths: -------------- trunk/PGSQLKit/PGSQLConnection.h trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLConnectionInfo.h trunk/PGSQLKit/PGSQLConnectionInfo.m trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLDataObjectList.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/PGSQLRecordset.m Added Paths: ----------- trunk/PGSQLKit/PGSQLConnectionBase.h trunk/PGSQLKit/PGSQLConnectionBase.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-02-08 21:23:55
|
Revision: 282 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=282&view=rev Author: hawkmoon Date: 2012-02-08 21:23:49 +0000 (Wed, 08 Feb 2012) Log Message: ----------- Completed rudimentary implementation of PGSQLDataObject and PGSQLDataObjectList. All initial test cases pass Modified Paths: -------------- trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLField.m trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject.h trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject.m trunk/PGSQLKit/PGSQLKit_Tests/PGSQLKit_Tests.h trunk/PGSQLKit/PGSQLKit_Tests/PGSQLKit_Tests.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <haw...@us...> - 2012-01-31 19:05:04
|
Revision: 280 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=280&view=rev Author: hawkmoon Date: 2012-01-31 19:04:58 +0000 (Tue, 31 Jan 2012) Log Message: ----------- Added Unit Tests and PGSQLDataObject to base PGSQLKit, prep for inclusion of ntiffin's Dispatch work Modified Paths: -------------- trunk/PGSQLKit/PGSQLField.m trunk/PGSQLKit/PGSQLKit.h trunk/PGSQLKit/PGSQLKit.xcodeproj/project.pbxproj trunk/PGSQLKit/README.txt Added Paths: ----------- trunk/PGSQLKit/NSData+Base64.h trunk/PGSQLKit/NSData+Base64.m trunk/PGSQLKit/PGSQLDataObject.h trunk/PGSQLKit/PGSQLDataObject.m trunk/PGSQLKit/PGSQLKit_DataObject/ trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject-Info.plist trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject-Prefix.pch trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject.h trunk/PGSQLKit/PGSQLKit_DataObject/PGSQLKit_DataObject.m trunk/PGSQLKit/PGSQLKit_DataObject/en.lproj/ trunk/PGSQLKit/PGSQLKit_DataObject/en.lproj/InfoPlist.strings trunk/PGSQLKit/PGSQLKit_Tests/ trunk/PGSQLKit/PGSQLKit_Tests/PGSQLKit_Tests-Info.plist trunk/PGSQLKit/PGSQLKit_Tests/PGSQLKit_Tests-Prefix.pch trunk/PGSQLKit/PGSQLKit_Tests/PGSQLKit_Tests.h trunk/PGSQLKit/PGSQLKit_Tests/PGSQLKit_Tests.m trunk/PGSQLKit/PGSQLKit_Tests/en.lproj/ trunk/PGSQLKit/PGSQLKit_Tests/en.lproj/InfoPlist.strings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <nt...@us...> - 2012-01-30 00:17:32
|
Revision: 278 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=278&view=rev Author: ntiffin Date: 2012-01-30 00:17:26 +0000 (Mon, 30 Jan 2012) Log Message: ----------- - Add error processing to PGSQLDispatch processResultsFromSQL - Refactoring PGSQLDispatch and related additions. - Add simple test case for PGSQLDispatch. - Add maxConnectionRetries to PGSQLConnection. - Add longRunning flag to Dispatcher API (not implemented yet). - Create test project. - Add checkAndRecover to PGSQLConnection open and execCommand. - Add typedef for dispatch error return and callback block. - Add query timeout property to PGSQLDispatch. - Fix memory management issues in dispatch blocks. 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.m trunk/PGSQLKit/PGSQLKitUnitTest/PGSQLKitUnitTest.m Added Paths: ----------- trunk/PGSQLKit/PGSQLDispatchTesting/ trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/ trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/AppDelegate.h trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/AppDelegate.m trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/PGSQLDispatchTesting-Info.plist trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/PGSQLDispatchTesting-Prefix.pch trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/en.lproj/ trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/en.lproj/Credits.rtf trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/en.lproj/InfoPlist.strings trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/en.lproj/MainMenu.xib trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting/main.m trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting.xcodeproj/ trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting.xcodeproj/project.pbxproj trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting.xcodeproj/project.xcworkspace/ trunk/PGSQLKit/PGSQLDispatchTesting/PGSQLDispatchTesting.xcodeproj/project.xcworkspace/contents.xcworkspacedata This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <nt...@us...> - 2012-01-27 00:06:56
|
Revision: 276 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=276&view=rev Author: ntiffin Date: 2012-01-27 00:06:50 +0000 (Fri, 27 Jan 2012) Log Message: ----------- Refactoring PGSQLDispatch code. Modified Paths: -------------- trunk/PGSQLKit/PGSQLDispatch.h trunk/PGSQLKit/PGSQLDispatch.m trunk/PGSQLKit/PGSQLDispatchConnection.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nt...@us...> - 2012-01-26 12:34:04
|
Revision: 275 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=275&view=rev Author: ntiffin Date: 2012-01-26 12:33:55 +0000 (Thu, 26 Jan 2012) Log Message: ----------- First crack at multiple anonymous threaded connections. Ideas only, no debuggging yet. Modified Paths: -------------- trunk/PGSQLKit/PGSQLLogin.m Added Paths: ----------- trunk/PGSQLKit/PGSQLDeveloper_Notes.txt trunk/PGSQLKit/PGSQLDispatch.h trunk/PGSQLKit/PGSQLDispatch.m trunk/PGSQLKit/PGSQLDispatchConnection.h trunk/PGSQLKit/PGSQLDispatchConnection.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nt...@us...> - 2012-01-05 22:22:44
|
Revision: 274 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=274&view=rev Author: ntiffin Date: 2012-01-05 22:22:38 +0000 (Thu, 05 Jan 2012) Log Message: ----------- Clean up analyze warnings. Modified Paths: -------------- trunk/PGSQLKit/PGSQLColumn.m trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLField.m trunk/PGSQLKit/PGSQLLogin.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <haw...@us...> - 2012-01-05 20:09:45
|
Revision: 273 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=273&view=rev Author: hawkmoon Date: 2012-01-05 20:09:39 +0000 (Thu, 05 Jan 2012) Log Message: ----------- Additional Changes from Home Dev machine Modified Paths: -------------- trunk/PGSQLKit/PGSQLColumn.m trunk/PGSQLKit/PGSQLConnection.m trunk/PGSQLKit/PGSQLConnectionInfo.m trunk/PGSQLKit/PGSQLField.m trunk/PGSQLKit/PGSQLRecord.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |