We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
json_array
TiDB's implementation: https://github.com/pingcap/tidb/blob/0cca59f2fdefc8d97b0870141df86c16edac126e/pkg/expression/builtin_json.go#L582-L629
Because the args of json_array will be cast as json, castAsJson needs to be implemented as well. #8307
tidb issue: pingcap/tidb#48350
The text was updated successfully, but these errors were encountered:
json array
Support json array (#8329)
1bdd6ad
close #8308
Successfully merging a pull request may close this issue.
Feature Request
TiDB's implementation:
https://github.com/pingcap/tidb/blob/0cca59f2fdefc8d97b0870141df86c16edac126e/pkg/expression/builtin_json.go#L582-L629
Because the args of json_array will be cast as json, castAsJson needs to be implemented as well. #8307
tidb issue: pingcap/tidb#48350
The text was updated successfully, but these errors were encountered: