]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixed bug whereby double quoting would be applied
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Apr 2013 19:43:33 +0000 (15:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Apr 2013 19:43:33 +0000 (15:43 -0400)
commit0fc1e5fdf34ca3e9b6f48766cf72ec07e69666dd
treeaeb256f54125ca481ac45871f37aad741229d408
parent3d1ed96698e0dee8f6fa82bd68616a5d324a0d9e
Fixed bug whereby double quoting would be applied
to target column name during an ``sp_rename``
operation.
#109
alembic/ddl/mssql.py
docs/build/changelog.rst
tests/test_mssql.py