-
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
types: invalid year should be 0 #12715
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12715 +/- ##
===========================================
Coverage 79.8869% 79.8869%
===========================================
Files 462 462
Lines 105036 105036
===========================================
Hits 83910 83910
Misses 14923 14923
Partials 6203 6203 |
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-all-tests |
@cyliu0 merge failed. |
/run-integration-common-test |
/run-integration-common-test |
cherry pick to release-2.1 in PR #12744 |
cherry pick to release-3.0 in PR #12745 |
cherry pick to release-3.1 in PR #12761 |
What problem does this PR solve?
Invalid year should be "0000". Fix #12615
What is changed and how it works?
Return 0 with error in convertToMysqlYear
Check List
Tests
Related changes
Release note