Commit 20408d1
Document provider-facing breaking change: no-op SQL CAST stripping
Add a note to the EF Core 11 provider-facing changes page documenting
that EF Core now strips SqlUnaryExpression(Convert) nodes when the store
type matches the operand's store type. This can expose imprecise
translations that relied on wrapping an imprecise store type in a Convert.
Refs dotnet/efcore#36247, dotnet/efcore#38156
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4212763 commit 20408d1
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments