-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: improve the compatibility with mysql when datatime is invalid. #11445
Conversation
8d37348
to
918932f
Compare
6863053
to
e727691
Compare
e727691
to
220e8a5
Compare
@XuHuaiyu @SunRunAway PTAL Thanks in advance. I do not have any right to run test or adding label. ;) |
6592eed
to
48f8890
Compare
@ono-yoko Please take a look at the CI problem. |
@SunRunAway Done. It seems I forgot to check err in test. |
/run-all-tests |
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
/run-auto-merge |
@SunRunAway I just checked ci failure. I do not think it has something to do with my change. |
Codecov Report
@@ Coverage Diff @@
## master #11445 +/- ##
================================================
- Coverage 81.5026% 81.3641% -0.1386%
================================================
Files 424 424
Lines 92197 90814 -1383
================================================
- Hits 75143 73890 -1253
+ Misses 11735 11610 -125
+ Partials 5319 5314 -5 |
/run-all-tests |
cherry pick to release-2.1 failed |
cherry pick to release-3.0 in PR #11447 |
What problem does this PR solve?
What is changed and how it works?
It is rather easy fix, just preparing a correct string and pass it into ErrorDataTimeFormat error.
In this way, the wanting message looks correct.
This PR closes #11304
Check List
Tests
Code changes
Side effects
No side effects
Related changes