npgsql - Npgsql2: Fixed problem where null parameters were being sent

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Fixed problem where null parameters were being sent
Дата
Msg-id 20090318142804.1B20917ADE6F@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------

Fixed problem where null parameters were being sent with casts when they weren't needed and so causing problems. Added
testcasefor this problem. Thanks Andrus Moor for testcase and heads up.  

Also added testcase for numeric float support with different cultureinfo.

Modified Files:
--------------
    Npgsql2/testsuite/noninteractive/NUnit20:
        CommandTests.cs (r1.25 -> r1.26)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs.diff?r1=1.25&r2=1.26)
    Npgsql2/src/Npgsql:
        NpgsqlParameter.cs (r1.23 -> r1.24)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs.diff?r1=1.23&r2=1.24)

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

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Fix Windows-specific race condition in syslogger.
Следующее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed regression with prepared statements with