Skip to content

Commit

Permalink
line -
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyGaluzo committed Dec 19, 2024
1 parent 757c76a commit 41d6847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public override object VisitSqlRoot(SqlRootExpression expression, SearchOptions
expression.ResourceTableExpressions.Any(e => e.AcceptVisitor(ExpressionContainsParameterVisitor.Instance, SearchParameterNames.ResourceType)) &&
!expression.ResourceTableExpressions.Any(e => e.AcceptVisitor(ExpressionContainsParameterVisitor.Instance, SearchParameterNames.Id)))
{
StringBuilder.Append("FROM ").Append(VLatest.Resource).Append(" ").AppendLine(resourceTableAlias);
StringBuilder.Append("FROM ").Append(VLatest.Resource).Append(" ").Append(resourceTableAlias);

// If this is a simple search over a resource type (like GET /Observation)
// make sure the optimizer does not decide to do a scan on the clustered index, since we have an index specifically for this common case
Expand Down

0 comments on commit 41d6847

Please sign in to comment.