[pgsqlclient-checkins] pgsqlclient changelog.txt,1.33,1.34
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-30 18:56:01
|
Update of /cvsroot/pgsqlclient/pgsqlclient In directory sc8-pr-cvs1:/tmp/cvs-serv3279 Modified Files: changelog.txt Log Message: Updated changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** changelog.txt 30 Jul 2003 17:36:25 -0000 1.33 --- changelog.txt 30 Jul 2003 18:38:48 -0000 1.34 *************** *** 5,8 **** --- 5,14 ---- 2003-07-30 Carlos Guzmán Álvarez <car...@te...> + * Added NUnit test suite for PGCommandBuilder class. + + * source/FbConnection.cs: + + - Fixed some problems with named parameters that mades the CommandBuilder to non work ( error #780409 ). + * source/FbConnection.cs: |