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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: [#1010798] Cast-Exception with NpgsqlTimeStamp to
Date: 2010-07-10 01:34:35
Message-ID: 20100710013435.F416710715CE@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2010-07-10 01:46:20 npgsql - Npgsql2: Fix build for .NET 2.0
Previous Message Robert Haas 2010-07-10 00:50:37 pgsql: Clarify that "psql -c" ignores psqlrc files.