npgsql - Npgsql2: Fixed a bug where Npgsql was throwing exceptions when - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Fixed a bug where Npgsql was throwing exceptions when
Date
Msg-id 20080918052641.13F9A17AE6AE@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Fixed a bug where Npgsql was throwing exceptions when releasing connection to pool and there were portal names which
wereassociated with invalid prepared queries. Npgsql tried to deallocate them and threw exceptions. Now this is
propertysurrounded by a try/catch block. 

Modified Files:
--------------
    Npgsql2/testsuite/noninteractive/NUnit20:
        CommandTests.cs (r1.17 -> r1.18)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs.diff?r1=1.17&r2=1.18)
    Npgsql2/src/Npgsql:
        NpgsqlConnector.cs (r1.22 -> r1.23)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnector.cs.diff?r1=1.22&r2=1.23)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Fixed tabs to 4 spaces Added test to check a problem
Next
From: dpage@pgfoundry.org (Dave Page)
Date:
Subject: stackbuilder - wizard: Additional search locations for i18n files - as