-
Notifications
You must be signed in to change notification settings - Fork 534
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
add support for JSON_TABLE #1062
Conversation
Pull Request Test Coverage Report for Build 7091199686
💛 - Coveralls |
@alamb : I'm adding more and more json-related features to SQLPage, and users are starting to complain about failed query parsing in MySQL. It would be great if we could get this merged :) |
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.
Looks good to me -- thank you @lovasoa
Thanks @alamb ! This will be very useful in sqlpage ! |
see https://dev.mysql.com/doc/refman/8.0/en/json-table-functions.html
and
https://modern-sql.com/blog/2017-06/whats-new-in-sql-2016#json_table
Fixes sqlpage/SQLPage#146
Closes #1019