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

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Added mapping for the new 'xml' native type available
Date: 2007-11-17 14:58:43
Message-ID: 20071117145843.5754217ADCD6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ersystems dot 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-17 15:17:16 pgsql: Simplify TEXT cast working; spelling fixes to release notes.
Previous Message James William Pye 2007-11-17 05:55:47 python - pkg: Remove 'ex' from sources and bump version.