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/8.0] Preserve convertsNulls in the compiled model #31967

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

ajcvickers
Copy link
Contributor

Fixes #31942

Description

Updates to the compiled model resulted in losing the convertsNulls state of a value converter.

Customer impact

Silent regression from 7 resulting in different data returned.

How found

Customer reported on daily build.

Regression

Yes.

Testing

Added tests.

Risk

Low.

Fixes #31942

### Description

Updates to the compiled model resulted in losing the `convertsNulls` state of a value converter.

### Customer impact

Silent regression from 7 resulting in different data returned.

### How found

Customer reported on daily build.

### Regression

Yes.

### Testing

Added tests.

### Risk

Low.
@ajcvickers ajcvickers requested a review from a team October 4, 2023 19:01
@ajcvickers ajcvickers added this to the 8.0.0 milestone Oct 4, 2023
@ajcvickers ajcvickers merged commit a8824e2 into release/8.0 Oct 5, 2023
7 checks passed
@ajcvickers ajcvickers deleted the 231004_NuNulls branch October 5, 2023 16:43
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.

[8.0-rc.1] 'dbcontext optimize' does not preserve convertsNulls
3 participants