npgsql - Npgsql2: Added fix to return CLR type when working with - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Added fix to return CLR type when working with
Date
Msg-id 20100818031958.41BB410715B2@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

Added fix to return CLR type when working with NpgsqlInet and IPAddress types in NpgsqlDataReader.GetValue(). See
http://pgfoundry.org/forum/message.php?msg_id=1006360for more info about that. 
Also, changed implicit operator to explicit operator because it throws exceptiomn. Documentation says implicit
operatorsshouldn't throw exceptions. 

Modified Files:
--------------
    Npgsql2/src/NpgsqlTypes:
        NpgsqlTypes.cs (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypes.cs?r1=1.13&r2=1.14)
        NpgsqlTypesHelper.cs (r1.36 -> r1.37)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs?r1=1.36&r2=1.37)

pgsql-committers by date:

Previous
From: merlinm@pgfoundry.org (User Merlinm)
Date:
Subject: libpqtypes - libpqtypes: fixed doc typos (janus)
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Coerce 'unknown' type parameters to the right type in the