-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix FK check bug in ALTER COLUMN TYPE
This commit fixes an implementation bug when checking that the table's foreign keys didn't hold a reference to the altered column. Fixes #71089. Release note (bug fix): fixes a bug which caused ALTER COLUMN TYPE statements to fail when they shouldn't have.
- Loading branch information
Marius Posta
committed
Oct 4, 2021
1 parent
7e38d69
commit 1d2a314
Showing
2 changed files
with
21 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