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

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Added mapping for the new 'xml' native type available
Дата
Msg-id 20071117145843.5754217ADCD6@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pkg: Remove 'ex' from sources and bump version.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Simplify TEXT cast working; spelling fixes to release notes.