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

Fix nullable entity comparison with null and implicit/cross joins #2891

Merged
merged 2 commits into from
Aug 11, 2021

Conversation

bahusoid
Copy link
Member

@bahusoid bahusoid commented Aug 11, 2021

One more adjustment is required in #2889 to handle properly queries with other joins present.

It might confuse our SqlGenereator and make it generate invalid SQL like:

, left join Entity e... -- left join starts with coma

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