-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: function INSERT should return NULL if any argument is NULL #11237
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11237 +/- ##
===========================================
Coverage 81.4776% 81.4776%
===========================================
Files 423 423
Lines 90793 90793
===========================================
Hits 73976 73976
Misses 11512 11512
Partials 5305 5305 |
/run-all-tests |
@SunRunAway PTAL |
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 |
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 |
@tcmichael Thanks for the contribution, it would be appreciated if you can help to cherry-pick this fix to release-2.1 and release-3.0 branch as well. |
What problem does this PR solve?
Function INSERT should be NULL if any argument is NULL.
Closes#11174
What is changed and how it works?
change order of error judgement.
Check List
Tests