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

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Fixed a bug where Npgsql was throwing exceptions when
Дата
Msg-id 20080918052641.13F9A17AE6AE@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed tabs to 4 spaces Added test to check a problem
Следующее
От: dpage@pgfoundry.org (Dave Page)
Дата:
Сообщение: stackbuilder - wizard: Additional search locations for i18n files - as