[pgsqlclient-checkins] pgsqlclient changelog.txt,1.3,1.4
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-13 13:44:21
|
Update of /cvsroot/pgsqlclient/pgsqlclient In directory sc8-pr-cvs1:/tmp/cvs-serv26686 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** changelog.txt 13 Jul 2003 11:41:34 -0000 1.3 --- changelog.txt 13 Jul 2003 13:44:17 -0000 1.4 *************** *** 11,14 **** --- 11,22 ---- - Fixed implementation of GetSchemaTable method. + * source/PGCommand.cs: + + - Added better handling of exceptions and command parameters. + + * source/PGException.cs: + + - Fixed constructors. + 2003-07-12 Carlos Guzmán Álvarez <car...@te...> |