]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Fixed bug where the mssql DROP COLUMN directive failed to include
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Mar 2015 15:34:40 +0000 (11:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Mar 2015 15:34:40 +0000 (11:34 -0400)
commit623569886392e1d9b7fd77f8bad9ca4cc1fb9563
treeedcf2255861aeeb496a25b0402d5a4ff8c9d1b03
parent77a6c827bf5556cfbc84b624ac2439f72a358e74
- Fixed bug where the mssql DROP COLUMN directive failed to include
modifiers such as "schema" when emitting the DDL.
fixes #284
alembic/ddl/mssql.py
docs/build/changelog.rst
tests/test_mssql.py