Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15448
Modified Files:
changelog.txt
Log Message:
Fix for PgCommand.NextResult (Thanks to Sion for his feedback)
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -d -r1.119 -r1.120
*** changelog.txt 3 Jun 2004 16:39:17 -0000 1.119
--- changelog.txt 10 Jun 2004 08:34:10 -0000 1.120
***************
*** 3,6 ****
--- 3,12 ----
+ 2004-06-09 Carlos Guzman Alvarez <car...@te...>
+
+ * PostgreSql.Data.PgSqlClient/PgCommand.cs:
+
+ - Fix for PgCommand.NextResult (Thanks to Sion for his feedback)
+
2004-06-03 Carlos Guzman Alvarez <car...@te...>
|