Skip to content

Conversation

@ajcvickers
Copy link
Contributor

Port of #32924
Fixes #32896

Description

The empty string is not valid JSON. EF will never write this, but if a database column contains the empty string, then EF should throw.

Customer impact

Hang when using a column containing an empty string as a primitive collection.

How found

Customer reported on 8.

Regression

No, primitive collections are a new feature in 8.

Testing

Tests added.

Risk

Low. Quirked.

@ajcvickers ajcvickers requested a review from a team January 26, 2024 12:01
@ajcvickers ajcvickers added this to the 8.0.x milestone Jan 26, 2024
@ajcvickers ajcvickers modified the milestones: 8.0.x, 8.0.3 Jan 29, 2024
@maumar maumar merged commit 9d9fa7a into release/8.0 Feb 7, 2024
@maumar maumar deleted the 240125_HalfEmpty branch February 7, 2024 00:02
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.

3 participants