[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.1.1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-02 21:14:25
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv19926 Modified Files: changelog.txt Log Message: Updated changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** changelog.txt 2 Aug 2003 19:42:37 -0000 1.1.1.1 --- changelog.txt 2 Aug 2003 21:14:21 -0000 1.2 *************** *** 10,13 **** --- 10,18 ---- * New directory structure in the CVS for match class names and file names. + * source/PgCommand.cs: + + - Fixed error closing the DataReader when the subyacent command is disposed, + added test code for serial fields. + 2003-07-01 Carlos Guzmán Álvarez <car...@te...> |