Skip to content

Commit 9997c0c

Browse files
committed
added entry for min/max/orderby with decimal on sqlite
1 parent 62409e7 commit 9997c0c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ See [#12793](https://github.com/dotnet/efcore/issues/12793) and [#35367](https:/
8686
- Simplifying parameter names (e.g. from `@__city_0` to `city`) ([#35200](https://github.com/dotnet/efcore/pull/35200)).
8787
- 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)).
8888
- Support for some string functions taking `char` as arguments ([#34999](https://github.com/dotnet/efcore/pull/34999), contributed by [@ChrisJollyAU](https://github.com/ChrisJollyAU)).
89+
- Support for `MAX`/`MIN`/`ORDER BY` using `decimal` on SQLite ([#35606](https://github.com/dotnet/efcore/pull/35606), contributed by [@ranma42](https://github.com/ranma42)).
8990

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

0 commit comments

Comments
 (0)