We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Examples:
Unit test added in #2737
Nesting two LeftJoins
Isn't it a join on subquery? Join on subquery requires first hql support (see #2551)
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.
Activity
bahusoid commentedon Apr 23, 2021
Isn't it a join on subquery? Join on subquery requires first hql support (see #2551)
gliljas commentedon Apr 23, 2021
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.