npgsql - Npgsql2: Fixed bug [#1011101] LINQ to entities timestamptz

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed bug [#1011101] LINQ to entities timestamptz
Date: 2011-12-17 02:36:20
Message-ID: 20111217023620.850331F6B0E6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed bug [#1011101] LINQ to entities timestamptz does not accept DateTimeOffset or DateTime. Thanks Misha Sugakov for patch and testing.

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
NpgsqlTypesHelper.cs (r1.40 -> r1.41)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs?r1=1.40&r2=1.41)
DateDatatypes.cs (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/DateDatatypes.cs?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2011-12-17 02:42:27 npgsql - Npgsql2: Fixed line endings.
Previous Message Andrew Dunstan 2011-12-17 02:32:09 Re: pgsql: Add --section option to pg_dump and pg_restore.