]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Support comments on MSSQL
authorDaniel Hall <daniel.hall@moesol.com>
Sat, 30 Jul 2022 19:12:20 +0000 (15:12 -0400)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 10 Aug 2022 19:11:59 +0000 (21:11 +0200)
commitddbd9dafffdedf6fb464947394c81c8b02153e14
tree20a0e23fb1058d0b21a462772e91cf217dbd80ea
parentc4b7f1f7c9745a72f22886e6ca487f3c631a20f5
Support comments on MSSQL

Added support table and column comments on MSSQL when
creating a table. Added support for reflecting table comments.
Thanks to Daniel Hall for the help in this pull request.

Fixes: #7844
Closes: #8225
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/8225
Pull-request-sha: 540f4eb6395f9feed4b4240e3d22f539021948e9

Change-Id: I69f48c6dda4e00ec3d82fdeff13f3df9d735b7b0
doc/build/changelog/unreleased_20/7844.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mssql/information_schema.py
test/dialect/mssql/test_reflection.py
test/requirements.py