Update of /cvsroot/pgsqlclient/pgsqlclient
In directory sc8-pr-cvs1:/tmp/cvs-serv7140
Modified Files:
changelog.txt
Log Message:
Updated changelog.txt
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** changelog.txt 30 Jul 2003 18:38:48 -0000 1.34
--- changelog.txt 30 Jul 2003 18:58:21 -0000 1.35
***************
*** 7,10 ****
--- 7,14 ----
* Added NUnit test suite for PGCommandBuilder class.
+ * source/PGCommandBuilder.cs:
+
+ - Fixed handling of expression columns at checkSchemaTable method ( error #780423 ).
+
* source/FbConnection.cs:
|