Skip to content

Commit

Permalink
Update whatsnew.md (#3225)
Browse files Browse the repository at this point in the history
Fix a typo for the name of the SQL DATALENGTH function, changing from DATELENGTH
  • Loading branch information
alexernest authored Apr 28, 2021
1 parent 06afaa4 commit a78f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ For further information, [see the full documentation on event counters](xref:cor
* Improved query translation around null semantics, resulting in tighter, more efficient queries.
* User-mapped functions can now be annotated to control null propagation, again resulting in tighter, more efficient queries.
* SQL containing CASE blocks is now considerably more concise.
* The SQL Server [`DATELENGTH`](https://docs.microsoft.com/sql/t-sql/functions/datalength-transact-sql) function can now be called in queries via the new [`EF.Functions.DataLength`](xref:Microsoft.EntityFrameworkCore.SqlServerDbFunctionsExtensions.DataLength%2A) method.
* The SQL Server [`DATALENGTH`](https://docs.microsoft.com/sql/t-sql/functions/datalength-transact-sql) function can now be called in queries via the new [`EF.Functions.DataLength`](xref:Microsoft.EntityFrameworkCore.SqlServerDbFunctionsExtensions.DataLength%2A) method.
* `EnableDetailedErrors` adds [additional details to exceptions](xref:core/logging-events-diagnostics/simple-logging#detailed-query-exceptions).

### Saving
Expand Down

0 comments on commit a78f519

Please sign in to comment.