Thread: npgsql - Npgsql2: Added mapping for the new 'xml' native type available

npgsql - Npgsql2: Added mapping for the new 'xml' native type available

From
fxjr@pgfoundry.org (User Fxjr)
Date:
Log Message:
-----------

Added mapping for the new 'xml' native type available in
PostgreSQL 8.3:
http://www.postgresql.org/docs/8.3/static/datatype-xml.html
This is 'simple' patch that allow tu use String for type DbType.Xml. Thanks David Bachmann (david dot bachmann at
ersystemsdot ch) for patches. 

Modified Files:
--------------
    Npgsql2/src/NpgsqlTypes:
        NpgsqlDbType.cs (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlDbType.cs.diff?r1=1.5&r2=1.6)
        NpgsqlTypesHelper.cs (r1.7 -> r1.8)

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