[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.2,1.3
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-02 21:16:51
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv20229 Modified Files: changelog.txt Log Message: Updated changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** changelog.txt 2 Aug 2003 21:14:21 -0000 1.2 --- changelog.txt 2 Aug 2003 21:16:49 -0000 1.3 *************** *** 10,17 **** * 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. --- 10,18 ---- * New directory structure in the CVS for match class names and file names. ! * source/PgDataReader.cs: ! - Fixed error closing the DataReader when the subyacent command is disposed (#782096) ! ! - Added test code for serial fields. |