[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.15,1.16
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-14 17:21:00
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv30870 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** changelog.txt 12 Aug 2003 19:30:57 -0000 1.15 --- changelog.txt 14 Aug 2003 17:16:04 -0000 1.16 *************** *** 6,10 **** * source/PgParameterCollection.cs: ! - Fixed error on RemoveAt method --- 6,10 ---- * source/PgParameterCollection.cs: ! - Fixed error on RemoveAt method (#788826). *************** *** 13,20 **** - 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...> --- 13,22 ---- - Added processing of new connection string element for ssl connections. + * source/PgParameter.cs: ! - Fixed error on null value handling and rearrange FbDbType infering from Value property ! to match SqlParameter behavior (#88827). ! 2003-07-07 Carlos Guzmán Álvarez <car...@te...> |