Skip to content

Advanced LINQ join scenarios often throw exceptions #2739

Open
@gliljas

Description

@gliljas

Examples:

  • Nesting two LeftJoins

Unit test added in #2737

Activity

bahusoid

bahusoid commented on Apr 23, 2021

@bahusoid
Member

Nesting two LeftJoins

Isn't it a join on subquery? Join on subquery requires first hql support (see #2551)

gliljas

gliljas commented on Apr 23, 2021

@gliljas
MemberAuthor

In the most general sense, it is a join on a subquery, but in some scenarios it could be resolved into a chained join.

Anyway, I just added it here for completeness. It's a minor issue, for me.

Oh, how I wish LINQ support wasn't built on HQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @hazzik@gliljas@bahusoid

        Issue actions

          Advanced LINQ join scenarios often throw exceptions · Issue #2739 · nhibernate/nhibernate-core