[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.61,1.62
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-25 21:07:20
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv22158 Modified Files: changelog.txt Log Message: updated changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** changelog.txt 25 Oct 2003 21:00:16 -0000 1.61 --- changelog.txt 25 Oct 2003 21:01:55 -0000 1.62 *************** *** 13,16 **** --- 13,23 ---- - Changed visibility level to internal + * source/DbSchema/PgAbstractDbSchema.cs: + + - Added fix for transaction handling. + + - Added better exception handling. + + 2003-10-24 Carlos Guzmán Álvarez <car...@te...> |