npgsql - Npgsql2: Added mapping for the new 'xml' native type available - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Added mapping for the new 'xml' native type available
Date
Msg-id 20071117145843.5754217ADCD6@pgfoundry.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pkg: Remove 'ex' from sources and bump version.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Simplify TEXT cast working; spelling fixes to release notes.