Skip to content

Commit df73331

Browse files
authored
Try removing hack added in nhibernate#2990 (see 32fdfec)
1 parent f7ca5c3 commit df73331

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,8 +839,6 @@ void CreateFromJoinElement(
839839
// or on an association join in subquery from a parent entity in parent from clause
840840
// like in "from EntityA a where exists (from EntityB join a.Assocation)"
841841
fromElement.FromClause.AppendFromElement(fromElement);
842-
if (fromElement.IsImplied)
843-
fromElement.JoinSequence.SetUseThetaStyle(true);
844842
}
845843
}
846844

0 commit comments

Comments
 (0)