-
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: add built-in function json_array_insert
#11076
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11076 +/- ##
===========================================
Coverage 81.4543% 81.4543%
===========================================
Files 420 420
Lines 90528 90528
===========================================
Hits 73739 73739
Misses 11554 11554
Partials 5235 5235 |
json_array_insert
@foreyes |
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 |
What problem does this PR solve?
Add built-in function
json_array_insert
for #7546What is changed and how it works?
Arccording to mysql decuments: https://dev.mysql.com/doc/refman/5.7/en/json-modification-functions.html#function_json-array-insert
Check List
Tests
Code changes
Side effects
ErrInvalidJSONPathArrayCell
parser#373