Closed sqlalchemy-bot closed 5 years ago
Jimmy Thrasibule (spack) wrote:
Note that if I go back to alembic 1.0.1 it works.
Michael Bayer (zzzeek) wrote:
oh, we just added this, OK, then it's a quick regression.
Michael Bayer (zzzeek) wrote:
Michael Bayer (zzzeek) wrote:
Check for mssql_include is None
Fixed regression caused by :ticket:513
, where the logic to consume
mssql_include
was not correctly interpreting the case where the flag
was not present, breaking the op.create_index
directive for SQL Server
as a whole.
Change-Id: I4c3a9d1f12017b62a7affa3863bba6e2bead67cf Fixes: #516
→ 174cb4bf39ed
Changes by Jimmy Thrasibule (spack):
Migrated issue, originally created by Jimmy Thrasibule (spack)
Using MSSQL Express 2017 and
pymssql
, aTypeError
is raised during schema upgrade when creating an index.