Update of /cvsroot/pgsqlclient/pgsqlclient
In directory sc8-pr-cvs1:/tmp/cvs-serv12497
Modified Files:
changelog.txt
Log Message:
Updated CHANGELOG.TXT
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** changelog.txt 12 Jul 2003 21:36:44 -0000 1.2
--- changelog.txt 13 Jul 2003 11:41:34 -0000 1.3
***************
*** 3,6 ****
--- 3,15 ----
+ 2003-07-13 Carlos Guzmán Álvarez <car...@te...>
+
+ * Added Test cases for PGDataReader and PGTransaction classes.
+
+ * source/PGDataReader.cs:
+
+ - Fixed implementation of GetSchemaTable method.
+
+
2003-07-12 Carlos Guzmán Álvarez <car...@te...>
***************
*** 8,16 ****
* Added changelog.txt file.
! * PostgreSql.Data.PGSqlClient/source/PGConnection.cs:
- Do not allow to execute CreateDatabase and GetDbSchemaTable if there are a DataReader open.
! * PostgreSql.Data.PGSqlClient/source/PGDbConnection.cs:
- Changed Regular expression used for parsing connection string.
--- 17,25 ----
* 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.
|