-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
JSON datatype sampling error #178
Labels
bug
Something isn't working
Comments
Error:
insert into `test_json` (`id`,`c`) values (unhex("31"),unhex("7b226b31223a202276616c7565222c20226b32223a2031307d"));
Right:
insert into `test_json` (`id`,`c`) values (unhex("31"), CONVERT(X'7b226b31223a202276616c7565222c20226b32223a2031307d' using utf8mb4)) Reference: |
LPX-E5BD8
pushed a commit
that referenced
this issue
Jan 3, 2019
* fix #176 JSON datatype only support utf8mb4 now * splitstatement support optimizer hint https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html https://dev.mysql.com/doc/refman/8.0/en/comments.html * vendor daily update
martianzhang
added a commit
that referenced
this issue
Jan 5, 2019
* fix #178 JSON datatype only support utf8mb4 now * splitstatement support optimizer hint https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html https://dev.mysql.com/doc/refman/8.0/en/comments.html * vendor daily update * format explain suggestion content
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue. Thanks!
soar -query "select * from test_json"
soar -version
)?The text was updated successfully, but these errors were encountered: