-
Notifications
You must be signed in to change notification settings - Fork 489
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
fix: add "UNDERSCORE_CHARSET hexLit/bitLit" in Literal #926
fix: add "UNDERSCORE_CHARSET hexLit/bitLit" in Literal #926
Conversation
Codecov Report
@@ Coverage Diff @@
## master #926 +/- ##
==========================================
- Coverage 78.43% 78.40% -0.04%
==========================================
Files 40 40
Lines 14897 14805 -92
==========================================
- Hits 11685 11608 -77
+ Misses 2521 2506 -15
Partials 691 691 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@kennytm,Thanks for your review. |
1c86f66
to
00ef24a
Compare
Signed-off-by: wangggong <793160615@qq.com>
00ef24a
to
6c2efee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@wangggong Please regenerate the |
@tangenta done, thx PTAL |
Signed-off-by: wangggong <793160615@qq.com> Co-authored-by: Wang Ruichao <wangruichao2014@xiaochuankeji.cn>
Signed-off-by: Wang Ruichao wangruichao2014@xiaochuankeji.cn
What problem does this PR solve?
Close #451 , cc pingcap/tidb#14800
Bad SQL
What is changed and how it works?
Add "UNDERSCORE_CHARSET hexLit/bitLit" in Literal.
Check List
Tests