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

Pack of entity equality fixes #17125

Merged
merged 3 commits into from
Aug 13, 2019
Merged

Pack of entity equality fixes #17125

merged 3 commits into from
Aug 13, 2019

Conversation

roji
Copy link
Member

@roji roji commented Aug 13, 2019

Fixes #17109
Fixes #17076

@roji roji requested a review from smitpatel August 13, 2019 11:46
SELECT [g0].[Nickname], [g0].[SquadId], [g0].[AssignedCityName], [g0].[CityOrBirthName], [g0].[Discriminator], [g0].[FullName], [g0].[HasSoulPatch], [g0].[LeaderNickname], [g0].[LeaderSquadId], [g0].[Rank]
FROM [Gears] AS [g0]
WHERE [g0].[Discriminator] IN (N'Gear', N'Officer')
) AS [t2] ON (([t1].[DefeatedByNickname] = [t2].[Nickname]) AND [t1].[DefeatedByNickname] IS NOT NULL) AND (([t1].[DefeatedBySquadId] = [t2].[SquadId]) AND [t1].[DefeatedBySquadId] IS NOT NULL)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to investigate why null semantics got applied on a left join predicate.
cc: @maumar

@roji roji merged commit 9cfae59 into release/3.0 Aug 13, 2019
@ghost ghost deleted the MoarEntityEquality branch August 13, 2019 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants