Skip to content

Commit

Permalink
Undo ghastly thing
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Apr 24, 2023
1 parent 4542fc8 commit 3100638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EFCore.Relational/Query/SqlExpressionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ public SqlExpressionFactory(SqlExpressionFactoryDependencies dependencies)
if (sqlExpression == null
#pragma warning restore IDE0046 // Convert to conditional expression
|| sqlExpression.TypeMapping != null)
{
return sqlExpression;
}

return sqlExpression switch
{
Expand Down

0 comments on commit 3100638

Please sign in to comment.