[pgsqlclient-checkins] pgsqlclient_10/PostgreSql.Data.PgSqlClient/source PgConnection.cs,1.1.1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-22 19:18:20
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source In directory sc8-pr-cvs1:/tmp/cvs-serv26774 Modified Files: PgConnection.cs Log Message: - Added changes for better fit to ADO.NET. Index: PgConnection.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgConnection.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PgConnection.cs 2 Aug 2003 19:43:00 -0000 1.1.1.1 --- PgConnection.cs 22 Aug 2003 19:18:12 -0000 1.2 *************** *** 216,219 **** --- 216,220 ---- Close(); + dbConnection = null; connectionString = null; } *************** *** 437,441 **** { dbConnection.Disconnect(); - dbConnection = null; } } --- 438,441 ---- |