Update of /cvsroot/pgsqlclient/pgsqlclient
In directory sc8-pr-cvs1:/tmp/cvs-serv13915
Modified Files:
changelog.txt
Log Message:
Updated CHANGELOG.TXT
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** changelog.txt 14 Jul 2003 10:29:07 -0000 1.6
--- changelog.txt 14 Jul 2003 12:00:31 -0000 1.7
***************
*** 5,12 ****
--- 5,28 ----
2003-07-14 Carlos Guzmán Álvarez <car...@te...>
+ * source/PGCommand.cs:
+
+ - Fixed exception throw.
+
* source/PGCommandBuilder.cs:
- Fixed casing in private methods and visibility level.
+ - Added better handling of table names.
+
+ * source/PGDataReader.cs:
+
+ - Improved GetSchemaTable.
+
+ * source/NPGClient/PGType.cs:
+ * source/NPGClient/PGTypeCollection.cs:
+ * source/NPGClient/PGDbClient.cs:
+
+ - Added changes for know if a datatype is serial.
+
* source/PGDataReader.cs:
* source/PGDbType.cs:
***************
*** 14,18 ****
* source/NPGClient/PGType.cs:
! - Added better andling of datatypes.
--- 30,34 ----
* source/NPGClient/PGType.cs:
! - Added better handling of datatypes.
|