]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add placeholder XML support
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 May 2017 15:24:25 +0000 (11:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 May 2017 15:24:25 +0000 (11:24 -0400)
commitb1369b47217558779a5b8a17ecd945cedd608dc7
tree6770057e0011d8ca907127ba8a5c03eb694a4da9
parent915012950c26ca5ed68917088761b73047691113
Add placeholder XML support

Added a placeholder type :class:`.mssql.XML` to the SQL Server
dialect, so that a reflected table which includes this type can
be re-rendered as a CREATE TABLE.  The type has no special round-trip
behavior nor does it currently support additional qualifying
arguments.

Change-Id: I651fa729bd8e9b31a0b5effe0839aff077d77c46
Fixes: #3973
doc/build/changelog/changelog_11.rst
doc/build/dialects/mssql.rst
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_reflection.py