npgsql - Npgsql2: [#1010798] Cast-Exception with NpgsqlTimeStamp to - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: [#1010798] Cast-Exception with NpgsqlTimeStamp to
Date
Msg-id 20100710013435.F416710715CE@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

[#1010798] Cast-Exception with NpgsqlTimeStamp to System.DateTime. Fixed.
Also fixed another problem where Npgsql was mapping DbType.DateTime to NpgsqlDbType.TimestampTZ.

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlParameter.cs (r1.24 -> r1.25)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs?r1=1.24&r2=1.25)
    Npgsql2/src/NpgsqlTypes:
        NpgsqlTypesHelper.cs (r1.33 -> r1.34)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs?r1=1.33&r2=1.34)

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Clarify that "psql -c" ignores psqlrc files.
Next
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Fix build for .NET 2.0