Thread: npgsql - Npgsql2: [#1010798] Cast-Exception with NpgsqlTimeStamp to

npgsql - Npgsql2: [#1010798] Cast-Exception with NpgsqlTimeStamp to

From
fxjr@pgfoundry.org (User Fxjr)
Date:
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)