Обсуждение: npgsql - Npgsql2: Fixed a bug where Npgsql was throwing exceptions when

Поиск
Список
Период
Сортировка

npgsql - Npgsql2: Fixed a bug where Npgsql was throwing exceptions when

От
fxjr@pgfoundry.org (User Fxjr)
Дата:
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)