Skip to content
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

Support remaining JSON functions from MySQL 5.7 #7546

Closed
26 of 28 tasks
mccxj opened this issue Aug 30, 2018 · 8 comments
Closed
26 of 28 tasks

Support remaining JSON functions from MySQL 5.7 #7546

mccxj opened this issue Aug 30, 2018 · 8 comments
Labels
component/expression good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement.

Comments

@mccxj
Copy link
Contributor

mccxj commented Aug 30, 2018

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.

scalar function. See https://dev.mysql.com/doc/refman/5.7/en/json-function-reference.html

aggregate function. See https://dev.mysql.com/doc/refman/5.7/en/group-by-functions.html

@xiangyuf
Copy link
Contributor

xiangyuf commented Sep 3, 2018

I will implement JSON_CONTAINS_PATH

zz-jason pushed a commit to pingcap/tipb that referenced this issue Sep 7, 2018
@zz-jason zz-jason added component/expression help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement. labels Sep 7, 2018
@zz-jason
Copy link
Member

zz-jason commented Sep 7, 2018

/cc @hicqu @XuHuaiyu

@zz-jason
Copy link
Member

zz-jason commented Sep 7, 2018

@mccxj The aggregate functions list here are duplicated with #7623

@morgo
Copy link
Contributor

morgo commented Oct 8, 2018

For JSON_MERGE_PRESERVE: JSON_MERGE should be renamed to this, and JSON_MERGE can become an alias to JSON_MERGE_PRESERVE.

@morgo
Copy link
Contributor

morgo commented Oct 9, 2018

I am working on updating the JSON documentation in pingcap/docs#656

@morgo
Copy link
Contributor

morgo commented Mar 14, 2019

@erjiaqing thank you for working on json_array_append! Are you interested on working on json_array_insert ? 😄 😄

@wwar
Copy link

wwar commented May 21, 2020

JSON_STORAGE_SIZE can be checked off as complete. I have manually verified it works.

@ghost
Copy link

ghost commented Jul 6, 2020

I am going to close this issue in favor of #14486

There is duplication between these issues, and 14486 is a better representation of what issues are outstanding.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/expression good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

5 participants