Skip to content

Commit

Permalink
Update src/NHibernate/Linq/Visitors/SelectClauseVisitor.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Delaporte <[email protected]>
  • Loading branch information
gliljas and fredericDelaporte authored Aug 20, 2023
1 parent 4f378ce commit 56e5d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NHibernate/Linq/Visitors/SelectClauseVisitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public IEnumerable<HqlExpression> GetHqlNodes()
return _hqlTreeNodes;
}
public void VisitSelector(Expression expression) => VisitSelector(expression, false);

public void VisitSelector(Expression expression, bool isSubQuery)
{
var distinct = expression as NhDistinctExpression;
Expand Down

0 comments on commit 56e5d34

Please sign in to comment.