npgsql - Npgsql2: Added try/catch to handle possible problems when

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added try/catch to handle possible problems when
Date: 2008-09-23 04:04:20
Message-ID: 20080923040420.6E59C17AE668@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Added try/catch to handle possible problems when cancelling a request because of a threadabortexception. Thanks to Andreas Schnebeck for heads up.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlState.cs (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlState.cs.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-09-23 09:20:40 pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Previous Message User Fxjr 2008-09-23 03:59:38 npgsql - Npgsql2: Fixed tabs to 4 spaces.