Skip to content

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