Skip to content

Fixes #3334 #3335

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 2 commits into from
Closed

Fixes #3334 #3335

wants to merge 2 commits into from

Conversation

csharper2010
Copy link
Contributor

Generate correct outer joins in case it is explicit in a subselect

csharper2010 and others added 2 commits June 21, 2023 10:01
Generate correct outer joins in case it is explicit in a subselect
bool fetchFlag,
bool inFrom,
EntityType type)
public FromElement CreateEntityJoin(string entityClass,
Copy link
Member

Choose a reason for hiding this comment

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

This would require a method overload

{
public virtual int Id { get; set; }
public virtual string Name { get; set; }
public virtual ISet<ChildEntity> Children { get; set; } = new HashSet<ChildEntity>();
Copy link
Member

Choose a reason for hiding this comment

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

nit: whitespace

@fredericDelaporte
Copy link
Member

Replaced by #3369.

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