Skip to content

Commit

Permalink
More tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 13, 2024
1 parent 8404532 commit b30df31
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ protected override Expression VisitSqlConstant(SqlConstantExpression sqlConstant
protected override void GenerateEmptyProjection(SelectExpression selectExpression)
{
Sql.Append("1 AS dummy");
if (selectExpression.Alias != null)
{
Sql.Append(" AS empty");
}
}

protected override void GenerateTop(SelectExpression selectExpression)
Expand Down

0 comments on commit b30df31

Please sign in to comment.