]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
MS SQL is using sp_rename instead of Alter table to rename table
authorŁukasz Bołdys <mail@utek.pl>
Tue, 9 Sep 2014 08:12:12 +0000 (10:12 +0200)
committerŁukasz Bołdys <mail@utek.pl>
Tue, 9 Sep 2014 08:12:12 +0000 (10:12 +0200)
commitcaf249ac6d296c1b61a65fc9974ebb9fc3f773cb
tree8e7d3b452e5fca81a0d5d39c7ab69cf436afc497
parent99749650416d096a67e6286b5ea91a67f293a60d
MS SQL is using sp_rename instead of Alter table to rename table
alembic/ddl/mssql.py
tests/test_mssql.py