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

feat(parser): Make LIKE/ILIKE as a kind of Expr in ast, and parse ESCAPE #15867

Merged
merged 16 commits into from
Apr 1, 2024

Commits on Mar 22, 2024

  1. feat(parser): parse ESCAPE in LIKE

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8d799c0 View commit details
    Browse the repository at this point in the history
  2. modify binder

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4c7db82 View commit details
    Browse the repository at this point in the history
  3. uncomment

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    dce4c1c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. clippy

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    93ea074 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. apply-parser-test

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cf836b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. refine

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    420273b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    034efe4 View commit details
    Browse the repository at this point in the history
  3. accept empty string as escape char

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b05cb06 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fix

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1480859 View commit details
    Browse the repository at this point in the history
  2. clippy

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d0abf78 View commit details
    Browse the repository at this point in the history
  3. fix test file

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bc9a03d View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    77faf30 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. accept utf8 escape

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f61f3e6 View commit details
    Browse the repository at this point in the history
  2. clippy

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ce8f443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a162e View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: TennyZhuang <zty0826@gmail.com>
    TennyZhuang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eeb2a41 View commit details
    Browse the repository at this point in the history