Skip to content

Fix discriminator in where clause on outer joins #471

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

Closed
wants to merge 4 commits into from

Conversation

ithielnor
Copy link

@ithielnor ithielnor commented Apr 15, 2016

This fix requires a change to the IJoinable.FilterFragment method. A third parameter is added for excludeDiscriminator. When true, implementations of this method should not include any entity discriminator in the fragment returned to the caller.

In general, the argument should be true when called for a joined table fragment, and false for a root table fragment.

This is partially related to NH-3506

@hazzik hazzik closed this May 31, 2016
@hazzik
Copy link
Member

hazzik commented May 31, 2016

I reopen #268 instead of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants