-
-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove typo in _exec_drop_col_fk_constraint
Fixed issue where the ``mssql_drop_foreign_key=True`` flag on ``op.drop_column`` would lead to incorrect syntax error due to a typo in the SQL emitted, same typo was present in the test as well so it was not detected. Pull request courtesy Oleg Shigorin. Fixes: #716 Closes: #717 Pull-request: #717 Pull-request-sha: dcd90fb Change-Id: I022a66a3bcebf689945cfbd36bed0ebed248364f
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. change:: | ||
:tags: bug, mssql | ||
:tickets: 716 | ||
|
||
Fixed issue where the ``mssql_drop_foreign_key=True`` flag on | ||
``op.drop_column`` would lead to incorrect syntax error due to a typo in the | ||
SQL emitted, same typo was present in the test as well so it was not | ||
detected. Pull request courtesy Oleg Shigorin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters