npgsql - Npgsql2: Fix [#1011100] NpgsqlParameter and DBNull Value.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fix [#1011100] NpgsqlParameter and DBNull Value.
Date: 2011-12-09 21:29:17
Message-ID: 20111209212917.60B8611A465@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fix [#1011100] NpgsqlParameter and DBNull Value. Now NpgsqlParameter changes the dbtype accordingly to the value assigned to it unless the dbtype has been assigned explicitly.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlParameter.cs (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs?r1=1.27&r2=1.28)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-12-10 20:46:26 pgsql: Enable compiling with the mingw-w64 32 bit compiler.
Previous Message User Fxjr 2011-12-09 21:14:27 npgsql - Npgsql2: Fixed line endings.