[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.82,1.83
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-11-24 16:40:31
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv26157 Modified Files: changelog.txt Log Message: 2003-11-24 Carlos Guzmán Álvarez <car...@te...> * source/PgConnection.cs: * source/PgCommand.cs: * source/PgTransaction.cs: - Added better handling of connection active transaction, (some checks done using the ODBC data provider). Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** changelog.txt 23 Nov 2003 22:28:44 -0000 1.82 --- changelog.txt 24 Nov 2003 16:40:28 -0000 1.83 *************** *** 2,5 **** --- 2,14 ---- ------------------------------------------------------- + 2003-11-24 Carlos Guzmán Álvarez <car...@te...> + + * source/PgConnection.cs: + * source/PgCommand.cs: + * source/PgTransaction.cs: + + - Added better handling of connection active transaction, + (some checks done using the ODBC data provider). + 2003-11-23 Carlos Guzmán Álvarez <car...@te...> |