Added the contributor credit line to the changelog entry for the
SQL Server TEXT / NTEXT reflection fix. An equivalent fix had
already been proposed by the reporter in
https://github.com/sqlalchemy/sqlalchemy/pull/13452, which was not
noticed at the time the change was written.
References: #13451
Change-Id: I4f31b71a3a72da7979df5fdf6747dd39e0c5a3eb
(cherry picked from commit
4695cf855a8da83cfefcc4b1f86682c7160a2037)
:class:`_mssql.TEXT` and :class:`_mssql.NTEXT` types now have a ``length``
of ``None``, so that a reflected table emits valid DDL when re-created,
which previously failed with "Cannot specify a column width on data type
- text".
+ text". Pull request courtesy Sam Debruyn.