]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [bug] Fixed alteration of column type on
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jan 2012 20:25:30 +0000 (15:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Jan 2012 20:25:30 +0000 (15:25 -0500)
commita1feddafbd9806988ecc5c266d8a8fdb9f0d985d
tree2a40b61ee1ad7ae8b8b867889318bf061a59106c
parent97392926fe5b7a9e95da846014fb3a4d9b1d239a
- [bug] Fixed alteration of column type on
  MSSQL to not include the keyword "TYPE".
CHANGES
alembic/ddl/mssql.py
tests/test_mssql.py
tests/test_op.py