npgsql - Npgsql2: [#1010780] Reduce use of utility queries for function

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: [#1010780] Reduce use of utility queries for function
Дата
Msg-id 20100322022349.858D710715C7@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

[#1010780] Reduce use of utility queries for function calls (CommandType.StoredProcedure) Thanks Noah Mishc for patches
(1of 2): 

2010-03-18  Noah Misch  <noah.misch @nospam@ channeladvisor.com>

    * src/Npgsql/NpgsqlCommand.cs (functionReturnsRefCursor): Delete
    property.
    (GetReader): When a function returns a single refcursor column,
    immediately fetch from all those cursors and return that data.
    (GetClearCommandText): Do not call `CheckFunctionReturn' or
    `ProcessRefcursorFunctionReturn'.
    (CheckFunctionReturn, ProcessRefcursorFunctionReturn): Delete methods.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlCommand.cs (r1.49 -> r1.50)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.49&r2=1.50)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove 9.0 release notes xref's to HISTORY.html can be built.
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: [#1010780] Reduce use of utility queries for function