npgsql - Npgsql2: Fixed bug when trying to retrieve a date value with

Started by Nonamealmost 17 years ago1 messagescomitters
Jump to latest
#1Noname
fxjr@pgfoundry.org

Log Message:
-----------

Fixed bug when trying to retrieve a date value with -infinity value. See more here: http://pgfoundry.org/forum/message.php?msg_id=1005249
Thanks Andrus Moor for bug report and test case and Laurenz Albe for reporting the commit where the infinity date value was added.

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
NpgsqlTypeConverters.cs (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypeConverters.cs?r1=1.16&r2=1.17)
Npgsql2/testsuite/noninteractive/NUnit20:
CommandTests.cs (r1.28 -> r1.29)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/CommandTests.cs?r1=1.28&r2=1.29)