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

Implement nullability simplification for COLLATE and AT TIME ZONE #34263

Merged
merged 6 commits into from
Jul 26, 2024

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    9258d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8631308 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2f08f5 View commit details
    Browse the repository at this point in the history
  4. Extend IS [NOT] NULL simplification

    It now handles `COLLATE` and `AT TIME ZONE`.
    ranma42 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f2903e5 View commit details
    Browse the repository at this point in the history
  5. Update baselines

    ranma42 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    213e6fe View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Improve AtTimeZone expression

    Instead of working around the compiler by casting the expression, simply
    suppress the compiler warning.
    
    Suggested by @maumar.
    ranma42 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    08ab60b View commit details
    Browse the repository at this point in the history