-
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: fix issue that date_add
and date_sub
is incompatible with MySQL
#9702
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9702 +/- ##
===============================================
+ Coverage 77.4687% 77.547% +0.0783%
===============================================
Files 404 404
Lines 81682 81722 +40
===============================================
+ Hits 63278 63373 +95
+ Misses 13688 13648 -40
+ Partials 4716 4701 -15 |
date_add
and date_sub
is incompatible with Mysqldate_add
and date_sub
is incompatible with Mysql
date_add
and date_sub
is incompatible with Mysqldate_add
and date_sub
is incompatible with MySQL
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 |
1 similar comment
/run-all-tests |
/rebuild |
1 similar comment
/rebuild |
/run-all-tests |
/run-all-tests |
PTAL @lamxTyler |
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 |
1 similar comment
/run-all-tests |
What problem does this PR solve?
fix #9667
What is changed and how it works?
Check if it
datetime
if overflow whendate_add
anddate_sub
.Check List
Tests