Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv32551
Modified Files:
changelog.txt
Log Message:
Updated changelog.txt
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** changelog.txt 7 Aug 2003 10:59:00 -0000 1.11
--- changelog.txt 12 Aug 2003 13:14:11 -0000 1.12
***************
*** 2,5 ****
--- 2,16 ----
-------------------------------------------------------
+ 2003-08-12 Carlos Guzmán Álvarez <car...@te...>
+
+ * source/PgDbConnection.cs:
+
+ Added processing of new connection string element for ssl connections
+
+ * source/PgParameter.cs:
+
+ - Fixed error on null value andling and rearrange FbDbType infering from Value property
+ to match SqlParameter behavior ( Thanks to Alessandro Petrelli for his feedback).
+
2003-07-07 Carlos Guzmán Álvarez <car...@te...>
|