npgsql - Npgsql: 2006-08-12 Francisco Figueiredo Jr.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql: 2006-08-12 Francisco Figueiredo Jr.
Date: 2006-08-12 17:57:24
Message-ID: 20060812175724.E932D86C67C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

2006-08-12 Francisco Figueiredo Jr. <fxjrlists(at)yahoo(dot)com(dot)br>

*NpgsqlConnector.cs: Added wrapper try catch surrounding Notification calling code to avoid potential problems if there are any exceptions inside Notification handling function provided by user and there is no exception block. This could make our notification thread die. Thanks Josh Cooley for heads up.

Modified Files:
--------------
Npgsql/src/Npgsql:
NpgsqlConnector.cs (r1.32 -> r1.33)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.32&r2=1.33)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-12 18:58:54 pgsql: Remove ancient, obsolete comment.
Previous Message User Fxjr 2006-08-12 17:09:14 npgsql - Npgsql: 2006-08-12 Francisco Figueiredo Jr.