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

优化SQLBinaryOpExpr的括号解析逻辑 #5847 #5855

Merged
merged 20 commits into from
May 3, 2024

Commits on Apr 17, 2024

  1. 优化SQLBinaryOpExpr的括号解析逻辑 alibaba#5847

    优化SQLBinaryOpExpr的括号解析逻辑 alibaba#5847
    lizongbo committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6fbbeeb View commit details
    Browse the repository at this point in the history
  2. 根据单测优化解析逻辑

    根据单测优化解析逻辑
    lizongbo committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c8aa16b View commit details
    Browse the repository at this point in the history
  3. 优化逻辑,调整单测断言

    优化逻辑,调整单测断言
    lizongbo committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    18c57cc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. 持续调整单测断言

    持续调整单测断言
    lizongbo committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b5f6f15 View commit details
    Browse the repository at this point in the history
  2. 持续调整单测

    持续调整单测
    lizongbo committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    44dc265 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 继续优化sql生成逻辑和单测断言

    继续优化sql生成逻辑和单测断言
    lizongbo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ad9f126 View commit details
    Browse the repository at this point in the history
  2. 继续优化逻辑和断言

    继续优化逻辑和断言
    lizongbo committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4f3591d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. 继续调整单测

    继续调整单测
    lizongbo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3ee5f2d View commit details
    Browse the repository at this point in the history
  2. 持续调整单测

    持续调整单测
    lizongbo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b6653b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89e14c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0b6e9b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    1bf7ba0 View commit details
    Browse the repository at this point in the history
  2. 持续优化逻辑和测试用例

    还有70多个单测没搞定
    lizongbo committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b1e2036 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. 持续优化括号相关逻辑

    持续优化括号相关逻辑,还剩58个失败用例
    lizongbo committed May 1, 2024
    Configuration menu
    Copy the full SHA
    db8447c View commit details
    Browse the repository at this point in the history
  2. 继续优化解析括号的逻辑

    继续优化解析括号的逻辑,单测还剩58个不成功
    lizongbo committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a703f00 View commit details
    Browse the repository at this point in the history
  3. 继续优化括号逻辑,

    继续优化括号逻辑,还剩44个单测未验证和调整
    lizongbo committed May 1, 2024
    Configuration menu
    Copy the full SHA
    371ffa1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. 持续优化括号解析和输出逻辑

    持续优化括号解析和输出逻辑,还剩29个单测未通过
    lizongbo committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1fc6555 View commit details
    Browse the repository at this point in the history
  2. 优化发现是注释生成问题

    优化发现是注释生成问题,单测还剩21个
    lizongbo committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b81243f View commit details
    Browse the repository at this point in the history
  3. 持续优化代码

    持续优化代码,还剩8个单测未通过
    lizongbo committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5a57103 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. 终于优化完括号解析和输出逻辑

    终于优化完括号解析和输出逻辑
    lizongbo committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2185b0a View commit details
    Browse the repository at this point in the history