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

Add defensive null check to stop null pointer exception #1702

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 12, 2022

  1. Add defensive null check to stop null pointer exception when joining …

    …tables (entities) that have a @customizer (history policy)
    Mustard committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    c4bc327 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    3df8ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Add defensive null check to stop null pointer exception when joining …

    …tables (entities) that have a @customizer (history policy)
    Daniel Mabbett committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    11ab026 View commit details
    Browse the repository at this point in the history
  2. Default asOfClause to NO_CLAUSE to avoid null pointers

    Daniel Mabbett committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2987d49 View commit details
    Browse the repository at this point in the history
  3. Add tests for Bug 526836 where joining two tables with a history poli…

    …cy would cause a null pointer exception
    Daniel Mabbett committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2e48915 View commit details
    Browse the repository at this point in the history