npgsql - Npgsql2: Fixed a bug where a function which has a return type

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Fixed a bug where a function which has a return type
Дата
Msg-id 20100217234714.B92AF10715B2@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Fixed a bug where a function which has a return type of record but already has the columnlist defined inside itself (
i.e.:functions with returns table clauses, see testreturnrecordresultset in the testcases) were being misinterpreted as
needinga column list. Thanks Jan Waiz for heads up and test case. Added nunit test case to catch this problem. 

Modified Files:
--------------
    Npgsql2/testsuite/noninteractive:
        add_functions.sql (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/add_functions.sql?r1=1.4&r2=1.5)
    Npgsql2/src/Npgsql:
        NpgsqlCommand.cs (r1.46 -> r1.47)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommand.cs?r1=1.46&r2=1.47)
    Npgsql2/testsuite/noninteractive/NUnit20:
        CommandTests.cs (r1.36 -> r1.37)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs?r1=1.36&r2=1.37)

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

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Added VS.Net 2010 project file generated from vs.net
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Added missing comments.