-
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: addition between datetime
and real interval
is not compatible with Mysql
#10347
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10347 +/- ##
===============================================
- Coverage 77.6755% 77.6375% -0.038%
===============================================
Files 411 411
Lines 85440 85514 +74
===============================================
+ Hits 66366 66391 +25
- Misses 14113 14142 +29
- Partials 4961 4981 +20 |
Codecov Report
@@ Coverage Diff @@
## master #10347 +/- ##
================================================
- Coverage 77.3733% 77.3282% -0.0451%
================================================
Files 412 412
Lines 85722 85847 +125
================================================
+ Hits 66326 66384 +58
- Misses 14370 14412 +42
- Partials 5026 5051 +25 |
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 |
1 similar comment
/run-all-tests |
/rebuild |
1 similar comment
/rebuild |
/run-all-tests |
What problem does this PR solve?
Fix #10346
What is changed and how it works?
Add
builtin{Add|Sub}Date{Datetime|String|Int}RealSig
to support float type intervals.Check List
Tests