npgsql - Npgsql2: Fixed bug where Npgsql was returning DBNull for a

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Fixed bug where Npgsql was returning DBNull for a
Date: 2010-07-10 03:17:24
Message-ID: 20100710031724.D850310715DD@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Fixed bug where Npgsql was returning DBNull for a fresh NpgsqlParameter. According to tests based on sqlclient, Npgsql should return null.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlParameter.cs (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlParameter.cs?r1=1.25&r2=1.26)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2010-07-10 03:42:01 npgsql - Npgsql2: Fixed more bugs about ResetDbType() and null values.
Previous Message User Jbcooley 2010-07-10 03:01:15 npgsql - Npgsql2: Fix an additional broken tests