[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.12,1.13
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-12 13:49:55
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv3771 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** changelog.txt 12 Aug 2003 13:14:11 -0000 1.12 --- changelog.txt 12 Aug 2003 13:34:17 -0000 1.13 *************** *** 4,10 **** 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: --- 4,14 ---- 2003-08-12 Carlos Guzmán Álvarez <car...@te...> + * source/PgCommand.cs: + + - Added correct handling of null values when setting output parameters values. + * source/PgDbConnection.cs: ! - Added processing of new connection string element for ssl connections. * source/PgParameter.cs: |