]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added quoting to the table name when the special EXEC is run to
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Mar 2014 23:16:15 +0000 (19:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 25 Mar 2014 23:16:15 +0000 (19:16 -0400)
commitefecc6c178d7b62f3d5ee35f2bf51ab79d310cdd
tree4834b10f7c3437671482e8449965c796bebc23b6
parentb2978071990407cf6593042beda619972c62ea87
- Added quoting to the table name when the special EXEC is run to
drop any existing server defaults or constraints when the
:paramref:`.drop_column.mssql_drop_check` or
:paramref:`.drop_column.mssql_drop_default`
arguments are used.  fix #186
alembic/ddl/mssql.py
docs/build/changelog.rst
tests/test_mssql.py