npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: [#1010488] NgsqlParameter of type containing DBNull
Дата
Msg-id 20081201024428.7B65917ADE30@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

[#1010488] NgsqlParameter of type containing DBNull values throws NullReferenceException
Patch [#1010514] array handling.

Thanks to Rikard Pavelic (rikard.pavelic @nospam@ zg.htnet.hr) for array handling patch which fixed 1010488 bug. The
patchapplied was slightly different from original but with the same effect. Just changed to not add another if and use
allthe conditions in the existing if. 

Modified Files:
--------------
    Npgsql2/src/NpgsqlTypes:
        ArrayHandling.cs (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/ArrayHandling.cs.diff?r1=1.5&r2=1.6)
    Npgsql2/testsuite/noninteractive/NUnit20:
        CommandTests.cs (r1.21 -> r1.22)

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

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Refactor crosstab() to build and return a tuplestore instead of
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: [#1010521] NpgsqlInterval should be quoted.