-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: fix compatibility issue related to ADDDATE
(#13827)
#21008
expression: fix compatibility issue related to ADDDATE
(#13827)
#21008
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
@js00070 please accept the invitation then you can push to the cherry-pick pull requests. |
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/run-all-tests |
/run-check-release-note |
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
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
/merge |
/run-all-tests |
cherry-pick #13827 to release-3.0
What problem does this PR solve?
try to fix issue #13822
What is changed and how it works?
modify the regular expression related to
DATE
string convertion.Check List
Tests
Release note
ADDDATE
function