[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.3,1.4
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-02 23:45:53
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv7297 Modified Files: changelog.txt Log Message: Update changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** changelog.txt 2 Aug 2003 21:16:49 -0000 1.3 --- changelog.txt 2 Aug 2003 23:45:32 -0000 1.4 *************** *** 14,18 **** - Fixed error closing the DataReader when the subyacent command is disposed (#782096) ! - Added test code for serial fields. --- 14,22 ---- - Fixed error closing the DataReader when the subyacent command is disposed (#782096) ! - Added code for check autoincrement fields at GetSchemaTable method. ! ! * source/DbSchema/P^gDbSchemaColumns.cs: ! ! - Added new column for know if a field is autoincrement. |