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: handle parentheses with unary ops #4290

Merged
merged 8 commits into from
Jul 9, 2024

Commits on Jul 4, 2024

  1. feat: handle parentheses with unary ops

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c0c1a87 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6e38d5e View commit details
    Browse the repository at this point in the history
  3. add comment

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5d94be2 View commit details
    Browse the repository at this point in the history
  4. add sqlness test

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    de124e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. check tokens before convert to RPN

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    07472f8 View commit details
    Browse the repository at this point in the history
  2. add test cases to sqlness

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b0a6c36 View commit details
    Browse the repository at this point in the history
  3. fix clippy

    Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
    waynexia committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    322079a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab443b View commit details
    Browse the repository at this point in the history