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 SQL planner support for Like, ILike and SimilarTo, with optional escape character #3101

Merged
merged 12 commits into from
Sep 9, 2022

Commits on Sep 6, 2022

  1. Make Like a top-level Expr

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    64e8559 View commit details
    Browse the repository at this point in the history
  2. revert some changes

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d1d6655 View commit details
    Browse the repository at this point in the history
  3. add type validation

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    bd14a93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41f7db1 View commit details
    Browse the repository at this point in the history
  5. Revert more changes

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    718c304 View commit details
    Browse the repository at this point in the history
  6. Revert more changes

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    64dbd31 View commit details
    Browse the repository at this point in the history
  7. upmerge

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4882a98 View commit details
    Browse the repository at this point in the history
  8. clippy

    andygrove committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    df73d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. upmerge

    andygrove committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    63bf702 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. address feedback

    andygrove committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3a86db8 View commit details
    Browse the repository at this point in the history
  2. revert change to test

    andygrove committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    8ea73b1 View commit details
    Browse the repository at this point in the history
  3. revert more changes

    andygrove committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a18dec8 View commit details
    Browse the repository at this point in the history