[pgsqlclient-checkins] pgsqlclient changelog.txt,1.12,1.13
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-16 20:18:18
|
Update of /cvsroot/pgsqlclient/pgsqlclient In directory sc8-pr-cvs1:/tmp/cvs-serv11344 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** changelog.txt 16 Jul 2003 19:34:21 -0000 1.12 --- changelog.txt 16 Jul 2003 20:18:14 -0000 1.13 *************** *** 18,23 **** --- 18,31 ---- * source/PGDataReader.cs: * source/PGDataAdapter.cs: + * source/PGCommandBuilder.cs: + * source/PGErrorCollection.cs: + * source/PGParameterAdapter.cs: + * source/PGException.cs: - Added better use of design time attributes. + + * source/PGParameterAdapter.cs: + + - Added default constructor as internal. |