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 f7ca5c3 commit df73331Copy full SHA for df73331
src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs
@@ -839,8 +839,6 @@ 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