[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.9,1.10 changes.txt,1.3,1.4
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-05 18:00:35
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv27907 Modified Files: changelog.txt changes.txt Log Message: Updated changelog.txt and changes.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** changelog.txt 5 Aug 2003 09:29:46 -0000 1.9 --- changelog.txt 5 Aug 2003 18:00:32 -0000 1.10 *************** *** 4,7 **** --- 4,19 ---- < ----------------------------------- Beta 1 ---------------------------------- > + 2003-07-05 Carlos Guzmán Álvarez <car...@te...> + + * source/PgParameter.cs: + + - Fixed casing of pgDbType field. + + + * source/PgCommandbuilder.cs: + + - Improved DeriveParameters method. + + 2003-07-03 Carlos Guzmán Álvarez <car...@te...> Index: changes.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** changes.txt 5 Aug 2003 09:29:47 -0000 1.3 --- changes.txt 5 Aug 2003 18:00:32 -0000 1.4 *************** *** 3,7 **** ! Alpha 3 ( XX-08-2003 ) ----- - - -- -- ---- - --- 3,7 ---- ! Alpha 3 ( 05-08-2003 ) ----- - - -- -- ---- - *************** *** 11,14 **** --- 11,16 ---- * Improved PostgreSQL 3.0 protocol handling. + + * Improved PgCommandBuilder.DeriveParameters method. * Added initial implementation of PgConnection.Notification for asynchronous notification support ( task #82889 ). |