Skip to content

Commit 62409e7

Browse files
committed
doc for string methods using char agrs
1 parent a280f20 commit 62409e7

File tree

1 file changed

+2
-1
lines changed
  • entity-framework/core/what-is-new/ef-core-10.0

1 file changed

+2
-1
lines changed

entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ See [#12793](https://github.com/dotnet/efcore/issues/12793) and [#35367](https:/
8484
- Optimization for `MIN`/`MAX` over `DISTINCT` ([#34699](https://github.com/dotnet/efcore/pull/34699), contributed by [@ranma42](https://github.com/ranma42)).
8585
- Translation for date/time functions using `DatePart.Microsecond` and `DatePart.Nanosecond` arguments ([#34861](https://github.com/dotnet/efcore/pull/34861)).
8686
- Simplifying parameter names (e.g. from `@__city_0` to `city`) ([#35200](https://github.com/dotnet/efcore/pull/35200)).
87-
- Translate `COALESCE` as `ISNULL` ([#34171](https://github.com/dotnet/efcore/pull/34171), contributed by [@ranma42](https://github.com/ranma42)).
87+
- Translate `COALESCE` as `ISNULL` on SQL Server, for most cases ([#34171](https://github.com/dotnet/efcore/pull/34171), contributed by [@ranma42](https://github.com/ranma42)).
88+
- Support for some string functions taking `char` as arguments ([#34999](https://github.com/dotnet/efcore/pull/34999), contributed by [@ChrisJollyAU](https://github.com/ChrisJollyAU)).
8889

8990
## ExecuteUpdateAsync now accepts a regular, non-expression lambda
9091

0 commit comments

Comments
 (0)