You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,7 @@ See [#12793](https://github.com/dotnet/efcore/issues/12793) and [#35367](https:/
139
139
- 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)).
140
140
- Support some string functions taking `char` as arguments ([#34999](https://github.com/dotnet/efcore/pull/34999), contributed by [@ChrisJollyAU](https://github.com/ChrisJollyAU)).
141
141
- Support `MAX`/`MIN`/`ORDER BY` using `decimal` on SQLite ([#35606](https://github.com/dotnet/efcore/pull/35606), contributed by [@ranma42](https://github.com/ranma42)).
142
+
- Support projecting different navigations (but same type) via conditional operator ([#34589](https://github.com/dotnet/efcore/issues/34589), contributed by [@ranma42](https://github.com/ranma42)).
142
143
143
144
## ExecuteUpdateAsync now accepts a regular, non-expression lambda
144
145
@@ -187,11 +188,11 @@ Thanks to [@aradalvand](https://github.com/aradalvand) for proposing and pushing
187
188
188
189
<aname="default-constrain-names"></a>
189
190
190
-
## Custom Default Constraint Names
191
+
## Custom default constraint names
191
192
192
-
Inpreviousversions of EF Core,whenyouspecified a defaultvaluefor a property, EF Corewouldalways let thedatabase automaticallygenerate a constraintname.Now,youcanexplicitlyspecifythenamefordefaultvalueconstraints for SQL Server,givingyoumorecontroloveryourdatabaseschema.
193
+
Inpreviousversions of EF Core,whenyouspecified a defaultvaluefor a property, EF Corewouldalways let thedatabase automaticallygenerate a constraintname.Now,youcanexplicitlyspecifythenamefordefaultvalueconstraints for SQL Server,givingyoumorecontroloveryourdatabaseschema.
193
194
194
-
Youcannowspecify a constraintnamewhendefiningdefaultvalues in yourmodelconfiguration:
195
+
Youcannowspecify a constraintnamewhendefiningdefaultvalues in yourmodelconfiguration:
0 commit comments