You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
153665: workload: detect self-referencing FK for column dependency r=spilchen a=spilchen
In the schemachanger workload we have a function to detect dependencies on a given column. It would look up and check for foreign keys, but it didn't account for self-referencing foreign keys. This updates the query to detect that.
Fixes#153547
Epic: none
Release note: none
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments