npgsql - Npgsql2: Added fix to return CLR type when working with

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added fix to return CLR type when working with
Date: 2010-08-18 03:19:58
Message-ID: 20100818031958.41BB410715B2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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=1006360 for more info about that.
Also, changed implicit operator to explicit operator because it throws exceptiomn. Documentation says implicit operators shouldn'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)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-08-18 12:20:15 pgsql: Coerce 'unknown' type parameters to the right type in the
Previous Message User Merlinm 2010-08-17 14:22:59 libpqtypes - libpqtypes: fixed doc typos (janus)