]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Check for mssql_include is None
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2018 18:53:57 +0000 (13:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Nov 2018 19:00:22 +0000 (14:00 -0500)
commit174cb4bf39ed2e5c68258bcb2e04a75ae09bcc4e
tree61b1fa654428e596bcc3eeaa45c528c18a220745
parent9cb1bbf1f1f71ed2ace1c00d183e420ddc7b9648
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
alembic/ddl/mssql.py
docs/build/unreleased/516.rst [new file with mode: 0644]
tests/test_mssql.py