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] Allow shared columns with nullable value converters #29778

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

AndriySvyryd
Copy link
Member

@AndriySvyryd AndriySvyryd commented Dec 5, 2022

This is a port of #29746
Fixes #29531

Description

The logic for verifying the compatibility of two properties sharing a column does not work when one of them has a value converter to a nullable value type.

Customer impact

Affected models will always throw an exception. There is no workaround that would preserve the functionality of the value converter.

How found

Customer reported on 7.0

Regression

Yes.

Testing

Added a test for the affected scenario.

Risk

Low; the fix only affects scenarios with shared columns that involve value converters, and a quirk was added to revert back to older behavior.

@ajcvickers
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rbhanda rbhanda added this to the 7.0.3 milestone Dec 6, 2022
@wtgodbe wtgodbe merged commit 83e06a3 into release/7.0 Jan 4, 2023
@wtgodbe wtgodbe deleted the Issue29531_7.0 branch January 4, 2023 18:31
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.

4 participants