efcore
efcore copied to clipboard
Fix comparison of nullable values
Handle comparison of nullable values
- add a test that reproduces the issue
- extend
SqlNullabilityProcessorto handle comparisons of nullable values - cleanup code that was needed because of missing handling of comparisons
Fixes #33752