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

(closes #2684) Fix the failure case when we have a WHERE construct with no array index notation. #2687

Merged
merged 34 commits into from
Sep 30, 2024

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    628d732 View commit details
    Browse the repository at this point in the history
  2. Further changes

    LonelyCat124 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4719328 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72e13f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9be14e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    79e9266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4752ef9 View commit details
    Browse the repository at this point in the history
  3. Fixed issue with intrinsics (such as SUM) being broken and finished t…

    …ransforming other non-array notated ranges
    LonelyCat124 committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b40ed65 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Updates towards review

    LonelyCat124 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7138f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77558f2 View commit details
    Browse the repository at this point in the history
  3. flaking error

    LonelyCat124 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aef4b6e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    94e82c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac43e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcf8911 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ac2e32 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    3bd47f0 View commit details
    Browse the repository at this point in the history
  2. Removed the check for inquiry intrinsics as they don't care about the…

    … content of the arguments, so expanding the implcit array access is unnecessary
    LonelyCat124 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8443b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    200f28c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    198a866 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    4ab7966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0db28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf2a78 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Changes from the review

    LonelyCat124 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7772e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c169789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e62f349 View commit details
    Browse the repository at this point in the history
  3. Extra comma removal

    LonelyCat124 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9681870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e9d743 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. where handler change

    LonelyCat124 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b8104b0 View commit details
    Browse the repository at this point in the history
  2. Added AoS where test

    LonelyCat124 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4f21a41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f3788 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. #2684 Update some comments

    sergisiso committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e714fcf View commit details
    Browse the repository at this point in the history
  2. #2684 Update changelog

    sergisiso committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9340fd6 View commit details
    Browse the repository at this point in the history