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

Speedup string equal/not equal to empty string, cleanup like/ilike kernels, fix escape bug #2743

Merged
merged 8 commits into from
Sep 16, 2022

Commits on Sep 16, 2022

  1. Speedup string == ""

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    82e751a View commit details
    Browse the repository at this point in the history
  2. neq too

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a6fd865 View commit details
    Browse the repository at this point in the history
  3. Simplify kernels

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d3cecda View commit details
    Browse the repository at this point in the history
  4. Simplify kernels

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    9249a21 View commit details
    Browse the repository at this point in the history
  5. Fix test

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    425e144 View commit details
    Browse the repository at this point in the history
  6. Escape contains

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    079d658 View commit details
    Browse the repository at this point in the history
  7. Fmt

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7f2b25a View commit details
    Browse the repository at this point in the history
  8. Fix

    Dandandan committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    179ef26 View commit details
    Browse the repository at this point in the history