efcore icon indicating copy to clipboard operation
efcore copied to clipboard

Fix comparison of nullable values

Open ranma42 opened this issue 1 year ago • 0 comments

Handle comparison of nullable values

  • add a test that reproduces the issue
  • extend SqlNullabilityProcessor to handle comparisons of nullable values
  • cleanup code that was needed because of missing handling of comparisons

Fixes #33752

ranma42 avatar May 19 '24 23:05 ranma42