Commit 77bbd2f
committed
Address review: tighten Value-quoting assertion and drop off-topic entity test
Match the alias-qualified `."Value"` pattern instead of bare `"Value"` so
the assertion no longer matches the user-supplied raw SQL substring and
genuinely verifies EF Core's outer projection quotes the identifier.
Remove EntitySingleOrDefaultQuotesIdentifiers — it has no Value column,
asserts nothing about SQL content, and the Take(1) before
SingleOrDefaultAsync was redundant.1 parent 936435c commit 77bbd2f
1 file changed
Lines changed: 3 additions & 13 deletions
Lines changed: 3 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
| 245 | + | |
256 | 246 | | |
257 | 247 | | |
258 | 248 | | |
| |||
0 commit comments