Skip to content

[release/7.0] Allow shared columns with nullable value converters#29778

Merged
wtgodbe merged 1 commit into
release/7.0from
Issue29531_7.0
Jan 4, 2023
Merged

[release/7.0] Allow shared columns with nullable value converters#29778
wtgodbe merged 1 commit into
release/7.0from
Issue29531_7.0

Conversation

@AndriySvyryd
Copy link
Copy Markdown
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
Copy Markdown
Contributor

/azp run

@azure-pipelines
Copy link
Copy Markdown

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