You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DefaultIfEmpty marks everything coming out as nullable and inject a null values valueBuffer.
But certain correlated query it fails. In following case, City comes from outer and even though there is DefaultIfEmpty, we still read value from outer valueBuffer.
We recommend against using the in-memory provider for testing--see Testing EF Core Applications. While we have no plans to remove the in-memory provider, we will not be adding any new features to this provider because we believe valuable development time is better spent in other areas. When feasible, we plan to still fix regressions in existing behavior.
Currently DefaultIfEmpty marks everything coming out as nullable and inject a null values valueBuffer.
But certain correlated query it fails. In following case, City comes from outer and even though there is DefaultIfEmpty, we still read value from outer valueBuffer.
The text was updated successfully, but these errors were encountered: