Thread: [pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.85,1.86 changes.txt,1.14,1.15
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-12-18 10:13:01
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv8296 Modified Files: changelog.txt changes.txt Log Message: Updated file Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** changelog.txt 5 Dec 2003 10:36:12 -0000 1.85 --- changelog.txt 18 Dec 2003 10:12:57 -0000 1.86 *************** *** 1,869 **** ! PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ ! ------------------------------------------------------- ! ! ! 2003-12-02 Carlos Guzmán Álvarez <car...@te...> ! ! * source/PgCommand.cs: ! * source/NPgClient/PgStatement.cs: ! ! - Minor uimprovement to prepare process. [...1714 lines suppressed...] ! - Fixed constructors. ! ! ! 2003-07-12 Carlos Guzmán Álvarez <car...@te...> ! ! ! * Added changelog.txt file. ! ! * source/PgConnection.cs: ! ! - Do not allow to execute CreateDatabase and GetDbSchemaTable if there are a DataReader open. ! ! * source/PgDbConnection.cs: ! ! - Changed Regular expression used for parsing connection string. ! ! ! 2003-07-12 Carlos Guzmán Álvarez <car...@te...> ! * Initial import. Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** changes.txt 20 Nov 2003 17:33:17 -0000 1.14 --- changes.txt 18 Dec 2003 10:12:57 -0000 1.15 *************** *** 1,120 **** ! PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ ! ------------------------------------------------------- ! ! Beta 4 ( 20-11-2003 ) ! ---- - - -- -- ---- - ! ! - Bug fixes. ! ! - Better fit to ADO.NET. ! ! - Improved handling of command parameters. ! ! - Restricted batch command execution to PgCommand.ExecuteReader calls. ! ! - Added correct handling of character sets. ! ! - Added support for Geometric types. ! ! - Added some improvements to the SSL/TLS library. ! ! ! Beta 3 ( 16-10-2003 ) ! ---- - - -- -- ---- - ! ! - Bug fixes. ! ! - Better fit to ADO.NET. ! ! - Improved Command Builder implementation. ! ! - Improved design time support for PgParameterCollection class. ! ! - Implemented PgDataReader.NextResult method. ! ! - Added implementation for array data type parameters. ! ! - Added some improvements to the TLS library. ! ! ! Beta 2 ( 18-09-2003 ) ! ---- - - -- -- ---- - ! ! * Improvements to TLS (Transport Layer Security support). ! ! NUnit test suite can now be executed using TLS connections ! ( tested on Windows + CygWin + PostgreSQL 7.4 Beta 1 ) ! ! See the Task Lisk at project page on sourceforge to know what ! is pending of implement in the TLS library. ! ! (https://sourceforge.net/pm/task.php?group_project_id=30343&group_id=85397&func=browse) ! ! ! ! Beta 1 ( 12-09-2003 ) ! ---- - - -- -- ---- - ! ! * Better fit to ADO.NET. ! ! * Simple Transport Layer security ( TLS 1.0 ) implementation ! It's usined yet for both TLS and non-TLS connetions but it's not finished yet. ! ! * Improved Command Builder implementation. ! ! * Improved PgDataReader.GetSchemaTable method using prepared statemets for retrieve ! column and primary key information. ! ! * Added SQL Server like Stored Procedure calls. ! ! * Improved compatibility with mono:: (http://www.go-mono.com) ! ! ! ! Alpha 3 ( 05-08-2003 ) ! ----- - - -- -- ---- - ! ! * Bug fixes. ! ! * Improved NUnit test suite. ! ! * Improved PostgreSQL 3.0 protocol handling. ! ! * Improved PgCommandBuilder.DeriveParameters method. ! ! * Added initial implementation of PgConnection.Notification for asynchronous notification support ( task #82889 ). ! ! * Added initial implementation of PgConnection.InfoMessage event ( task #82902 ). ! ! * Added initial implementation of serial fields support ( task #81647 ). ! ! * Changed casing of all clasess from PGXXX to PgXXX to follow MS' guidelines. ! ! * New directory structure in the CVS for match class, file and directory names ! ( pgsqlclient_10 is the actual cvs developement module ) ! ! ! ! Alpha 2 ( 31-07-2003 ) ! ----- - - -- -- ---- - ! ! * Better fit to ADO .NET ! ! * Improved NUnit test suite. ! ! * Added support for Function calls using CommandType.StoredProcedure. ! ! * Added some changes for better work with mono:: platform. ! ! * Added implementation for PgConnection.ChangeDatabase method. ! ! * Added implementation for PgCommandBuilder.DeriveParameters method. ! ! * PgCommandBuilder is now working better. ! ! ! ! Alpha 2 ( 27-07-2003 ) ! ----- - - -- -- ---- - ! Initial release. --- 1,129 ---- ! PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ ! ------------------------------------------------------- ! ! ! Beta 5 ( 18-12-2003 ) ! ---- - - -- -- ---- - ! ! - Buf fixes. ! ! - Minor improvements in PostgreSQL 3.0 implementation. ! ! ! Beta 4 ( 20-11-2003 ) ! ---- - - -- -- ---- - ! ! - Bug fixes. ! ! - Better fit to ADO.NET. ! ! - Improved handling of command parameters. ! ! - Restricted batch command execution to PgCommand.ExecuteReader calls. ! ! - Added correct handling of character sets. ! ! - Added support for Geometric types. ! ! - Added some improvements to the SSL/TLS library. ! ! ! Beta 3 ( 16-10-2003 ) ! ---- - - -- -- ---- - ! ! - Bug fixes. ! ! - Better fit to ADO.NET. ! ! - Improved Command Builder implementation. ! ! - Improved design time support for PgParameterCollection class. ! ! - Implemented PgDataReader.NextResult method. ! ! - Added implementation for array data type parameters. ! ! - Added some improvements to the TLS library. ! ! ! Beta 2 ( 18-09-2003 ) ! ---- - - -- -- ---- - ! ! * Improvements to TLS (Transport Layer Security support). ! ! NUnit test suite can now be executed using TLS connections ! ( tested on Windows + CygWin + PostgreSQL 7.4 Beta 1 ) ! ! See the Task Lisk at project page on sourceforge to know what ! is pending of implement in the TLS library. ! ! (https://sourceforge.net/pm/task.php?group_project_id=30343&group_id=85397&func=browse) ! ! ! ! Beta 1 ( 12-09-2003 ) ! ---- - - -- -- ---- - ! ! * Better fit to ADO.NET. ! ! * Simple Transport Layer security ( TLS 1.0 ) implementation ! It's usined yet for both TLS and non-TLS connetions but it's not finished yet. ! ! * Improved Command Builder implementation. ! ! * Improved PgDataReader.GetSchemaTable method using prepared statemets for retrieve ! column and primary key information. ! ! * Added SQL Server like Stored Procedure calls. ! ! * Improved compatibility with mono:: (http://www.go-mono.com) ! ! ! ! Alpha 3 ( 05-08-2003 ) ! ----- - - -- -- ---- - ! ! * Bug fixes. ! ! * Improved NUnit test suite. ! ! * Improved PostgreSQL 3.0 protocol handling. ! ! * Improved PgCommandBuilder.DeriveParameters method. ! ! * Added initial implementation of PgConnection.Notification for asynchronous notification support ( task #82889 ). ! ! * Added initial implementation of PgConnection.InfoMessage event ( task #82902 ). ! ! * Added initial implementation of serial fields support ( task #81647 ). ! ! * Changed casing of all clasess from PGXXX to PgXXX to follow MS' guidelines. ! ! * New directory structure in the CVS for match class, file and directory names ! ( pgsqlclient_10 is the actual cvs developement module ) ! ! ! ! Alpha 2 ( 31-07-2003 ) ! ----- - - -- -- ---- - ! ! * Better fit to ADO .NET ! ! * Improved NUnit test suite. ! ! * Added support for Function calls using CommandType.StoredProcedure. ! ! * Added some changes for better work with mono:: platform. ! ! * Added implementation for PgConnection.ChangeDatabase method. ! ! * Added implementation for PgCommandBuilder.DeriveParameters method. ! ! * PgCommandBuilder is now working better. ! ! ! ! Alpha 2 ( 27-07-2003 ) ! ----- - - -- -- ---- - ! Initial release. |