[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.110,1.111
Status: Inactive
Brought to you by:
carlosga_fb
|
From: Carlos Guzm?n ?l. <car...@us...> - 2004-04-01 16:54:06
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22433 Modified Files: changelog.txt Log Message: 2004-04-1 Carlos Guzman Alvarez <car...@te...> * PostgreSql.Data.PgSqlClient/PgCommandBuilder.cs: * PostgreSql.Data.PgSqlClient/PgDataReader.cs: * PostgreSql.Data.PgSqlClient/PgCommand.cs: - Improved implementations of Command, Command builder and Data reader classes. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -d -r1.110 -r1.111 *** changelog.txt 23 Mar 2004 15:06:39 -0000 1.110 --- changelog.txt 1 Apr 2004 16:42:06 -0000 1.111 *************** *** 2,8 **** ------------------------------------------------------- 2004-03-23 Carlos Guzman Alvarez <car...@te...> ! * PosrgreSql.Data.PgSqlClient/PgCommandBuilder.cs: - Improved command builder implementation. --- 2,18 ---- ------------------------------------------------------- + + 2004-04-1 Carlos Guzman Alvarez <car...@te...> + + * PostgreSql.Data.PgSqlClient/PgCommandBuilder.cs: + * PostgreSql.Data.PgSqlClient/PgDataReader.cs: + * PostgreSql.Data.PgSqlClient/PgCommand.cs: + + - Improved implementations of Command, + Command builder and Data reader classes. + 2004-03-23 Carlos Guzman Alvarez <car...@te...> ! * PostgreSql.Data.PgSqlClient/PgCommandBuilder.cs: - Improved command builder implementation. |