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_CONTAINS for MySQL #354

Merged
merged 1 commit into from
Nov 2, 2020
Merged

Add JSON_CONTAINS for MySQL #354

merged 1 commit into from
Nov 2, 2020

Conversation

MrMitch
Copy link
Contributor

@MrMitch MrMitch commented Oct 2, 2020

This adds support for the JSON_CONTAINS function for MySQL.

https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#function_json-contains

@stevelacey
Copy link
Contributor

@MrMitch same as #356 I think wrap the path stuff in an if block just to get parity with the output

@MrMitch
Copy link
Contributor Author

MrMitch commented Oct 3, 2020

@stevelacey no problem! Done and rebased on master. Let me know if you want me to rebase this on master again if/after you merge #356 as well.

Have a good evening!

@stevelacey stevelacey merged commit 9dd31e4 into beberlei:master Nov 2, 2020
@stevelacey
Copy link
Contributor

@MrMitch thanks!

@MrMitch MrMitch deleted the mysql-json_contains branch November 2, 2020 11:15
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

Successfully merging this pull request may close these issues.

2 participants