We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df73331 commit 4c54380Copy full SHA for 4c54380
src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs
@@ -839,6 +839,8 @@ void CreateFromJoinElement(
839
// or on an association join in subquery from a parent entity in parent from clause
840
// like in "from EntityA a where exists (from EntityB join a.Assocation)"
841
fromElement.FromClause.AppendFromElement(fromElement);
842
+ if (fromElement.IsImplied)
843
+ fromElement.JoinSequence.SetUseThetaStyle(true);
844
}
845
846
0 commit comments