npgsql - Npgsql2: Exception when closing connection.

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Exception when closing connection.
Дата
Msg-id 20110222011738.E0B2A1071014@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Exception when closing connection. If your connection is in the Ready state and the stream is actually broken
NpgsqlReadyState.Closewill throw an exception when trying to write to the stream. More info can be found at:
http://pgfoundry.org/forum/forum.php?thread_id=10066&forum_id=519
Thanks David Leaver for the patch.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlReadyState.cs (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlReadyState.cs?r1=1.5&r2=1.6)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Move information_schema duplicate constraint note to the top of
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: NpgsqlConnector.CancelRequest leaks Connector.