Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify TRUE = expr in filtering contexts #33776

Merged
merged 4 commits into from
May 24, 2024

Commits on May 23, 2024

  1. Introduce test to check LINQ join on false constant

    for comparison with the `true == nullableExpr` case, which is (soon-to-be)
    optimized explicitly.
    ranma42 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    952af64 View commit details
    Browse the repository at this point in the history
  2. Add test for JOIN of anonymous objects

    For join where keys are anonymous objects we want C# null semantics to mimic
    LINQ to objects behavior.
    ranma42 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    62301f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea289f4 View commit details
    Browse the repository at this point in the history
  4. Update tests

    ranma42 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ece4eb0 View commit details
    Browse the repository at this point in the history