]> 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:25:04 +0000 (11:25 -0400)
commitb264ec0d5226d2b55081e261c657e1bda6d8cfb3
tree15182a5f509288fef1df8b1918eece0ec29f26ba
parent0769b41cf291529569e6e7a313327aab75555518
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
(cherry picked from commit b1369b47217558779a5b8a17ecd945cedd608dc7)
doc/build/changelog/changelog_11.rst
doc/build/dialects/mssql.rst
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/mssql/test_reflection.py