npgsql - Npgsql2: Fixed bug where Npgsql was returning DBNull for a - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Fixed bug where Npgsql was returning DBNull for a
Date
Msg-id 20100710031724.D850310715DD@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Fixed bug where Npgsql was returning DBNull for a fresh NpgsqlParameter. According to tests based on sqlclient, Npgsql
shouldreturn 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)

pgsql-committers by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Fix an additional broken tests
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Fixed more bugs about ResetDbType() and null values.