Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/7.0] Revert shared columns validation breaking change #29867

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

AndriySvyryd
Copy link
Member

Port of #29866
Fixes #29859

Description

The validation of provider CLR type for shared columns became stricter in 7.0 and it affected cases where the model wasn't actually invalid.

Customer impact

Affected models throw an exception during validation. There is no workaround.

How found

Customer reported on 7.0

Regression

Yes.

Testing

Added tests for the affected scenario.

Risk

Low; the fix is to throw in fewer cases, and a quirk was added to revert back to older behavior.

@wtgodbe
Copy link
Member

wtgodbe commented Jan 4, 2023

@AndriySvyryd could you resolve the merge conflict?

… are used in a key, foreign key or a unique index

Fixes #29859
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants