npgsql - Npgsql2: Fixed another commandtimeout problem.

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Fixed another commandtimeout problem.
Дата
Msg-id 20100216013906.8C8A010715C8@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Fixed another commandtimeout problem. This time, creating an internal Npgsqlcommand was reseting it. See
http://pgfoundry.org/forum/message.php?msg_id=1005814for more info. Thanks David Leaver (dave @nospam@ smartrak.co.nz)
forheads up and test case. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlCommand.cs (r1.45 -> r1.46)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.45&r2=1.46)

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

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Normalized line endings.
Следующее
От: mhasegawa@pgfoundry.org (User Mhasegawa)
Дата:
Сообщение: pgbulkload - pgbulkload: Support CHECK_CONSTRAINTS in TYPE=TUPLE.