[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.103,1.104 changes.txt,1.15,1.16
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2004-03-08 17:39:55
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2327 Modified Files: changelog.txt changes.txt Log Message: Prepare for beta6 Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** changelog.txt 8 Mar 2004 16:24:14 -0000 1.103 --- changelog.txt 8 Mar 2004 17:23:22 -0000 1.104 *************** *** 2,5 **** --- 2,8 ---- ------------------------------------------------------- + + < --------------------------- Beta 7 ------------------------------ > + 2004-03-08 Carlos Guzman Alvarez <car...@te...> Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** changes.txt 18 Dec 2003 10:12:57 -0000 1.15 --- changes.txt 8 Mar 2004 17:23:22 -0000 1.16 *************** *** 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. \ No newline at end of file --- 1,138 ---- ! PgSqlClient - ADO.NET Data Provider for PostgreSQL 7.4+ ! ------------------------------------------------------- ! ! Beta 6 ( 08-03-2004 ) ! ---- - - -- -- ---- - ! ! - Buf fixes. ! ! - Improved named parameters support. ! ! - Improved TLS/SSL support. ! ! ! 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. \ No newline at end of file |