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 equality, null, and range filter #14542

Merged
merged 47 commits into from
Jul 18, 2023

Commits on Jul 7, 2023

  1. add equality, null, and range filter

    changes:
    * new filters that preserve match value typing to better handle filtering different column types
    * sql planner uses new filters by default in sql compatible null handling mode
    * remove isFilterable from column capabilities
    * proper handling of array filtering, add array processor to column processors
    clintropolis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1ca9cb5 View commit details
    Browse the repository at this point in the history
  2. more better

    clintropolis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    97d4c2b View commit details
    Browse the repository at this point in the history
  3. more

    clintropolis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    899bf58 View commit details
    Browse the repository at this point in the history
  4. more stuff

    clintropolis committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b545dc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cfcef49 View commit details
    Browse the repository at this point in the history
  3. fix tests

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3defa8a View commit details
    Browse the repository at this point in the history
  4. remove ignored

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ab97b3e View commit details
    Browse the repository at this point in the history
  5. adjust

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3209790 View commit details
    Browse the repository at this point in the history
  6. fixes

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e9d7e04 View commit details
    Browse the repository at this point in the history
  7. fix

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    92a3fce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b141f56 View commit details
    Browse the repository at this point in the history
  9. more test

    clintropolis committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    328d65e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d6e9ec View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    2af2350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a95f1 View commit details
    Browse the repository at this point in the history
  3. style

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f5d4f74 View commit details
    Browse the repository at this point in the history
  4. more coverage maybe

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    da894b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    acb18a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    646f4b8 View commit details
    Browse the repository at this point in the history
  7. fix build

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2e9dc0b View commit details
    Browse the repository at this point in the history
  8. fix

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    cc80896 View commit details
    Browse the repository at this point in the history
  9. adjust

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1bd0412 View commit details
    Browse the repository at this point in the history
  10. fix

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    71860ff View commit details
    Browse the repository at this point in the history
  11. fix style

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c74af4a View commit details
    Browse the repository at this point in the history
  12. support json equality

    clintropolis committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c174905 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

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

    clintropolis committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1b13fc7 View commit details
    Browse the repository at this point in the history
  3. sql tests

    clintropolis committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1d01db5 View commit details
    Browse the repository at this point in the history
  4. adjustment

    clintropolis committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e7cb77c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcc8908 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

    clintropolis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7a14e89 View commit details
    Browse the repository at this point in the history
  3. adjustments

    clintropolis committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8e46dbc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

    clintropolis committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    bd8eecb View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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

Commits on Jul 17, 2023

  1. fix test

    clintropolis committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c72f98c View commit details
    Browse the repository at this point in the history
  2. remove unused

    clintropolis committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4806c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e02f31 View commit details
    Browse the repository at this point in the history
  4. style

    clintropolis committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6b33e42 View commit details
    Browse the repository at this point in the history
  5. missed one

    clintropolis committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f8e5284 View commit details
    Browse the repository at this point in the history
  6. fix it

    clintropolis committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    65ad8e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. backwards compat

    clintropolis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    affcf7a View commit details
    Browse the repository at this point in the history
  2. consistent naming

    clintropolis committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    927fd71 View commit details
    Browse the repository at this point in the history