-
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: extract month support 0 #10116
types: extract month support 0 #10116
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #10116 +/- ##
===========================================
Coverage ? 78.6088%
===========================================
Files ? 405
Lines ? 83885
Branches ? 0
===========================================
Hits ? 65941
Misses ? 13245
Partials ? 4699 |
/run-all-tests |
/rebuild |
What problem does this PR solve?
fix extract month in issue #9728
select extract(MONTH FROM "0000-00-00") should return 0
What is changed and how it works?
remove some code, and add unit test
Check List
Tests
Related changes