Skip to content

Aggregate on optional dependent lacks condition #23230

Closed

Description

See GraphUpdatesSqlServerTest.Owned.Required_one_to_one_are_cascade_deleted

context.Set<Root>().Select(r => r.RequiredSingle).Count(e => e.Id == removedId)
SELECT COUNT(*)
FROM [Root] AS [r]
WHERE [r].[Id] = @__removedId_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

area-queryclosed-fixedThe issue has been fixed and is/will be included in the release indicated by the issue milestone.type-bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions