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

Add JSON column support, and related functions #3

Open
ssandler opened this issue Jul 24, 2019 · 1 comment
Open

Add JSON column support, and related functions #3

ssandler opened this issue Jul 24, 2019 · 1 comment

Comments

@ssandler
Copy link
Contributor

ssandler commented Jul 24, 2019

Should only be enabled in 5.7 mode

https://dev.mysql.com/doc/refman/5.7/en/json.html

The column type is just treated as a string so that part's easy, but the functions are the interesting parts.

@lexidor
Copy link
Contributor

lexidor commented Jul 25, 2019

I'll take a crack at the functions. @someone_else can take a look at how to stitch them into the project.
I have not been able to implement the json functions. JSON_DEPTH does not agree with php's json depth in json_decode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants