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

Started by Nonamealmost 16 years ago1 messagescomitters
Jump to latest
#1Noname
fxjr@pgfoundry.org

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)