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

Implement missing MariaDB and update doc to indicate MySQL is compatible #83

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

nyroDev
Copy link
Contributor

@nyroDev nyroDev commented May 31, 2022

This PR add missing JSON function for MariaDB.
I also added a missing JSON function for MySQL which is compatible with MariaDB (JSON_MERGE_PRESERVE)

I updated the doc and test accordingly.

I also added a line in the doc mentionning that MySQL functions could be used as it with MariaDB when they are comaptible (which is almost everytime the case)
I did that because when I started reading the doc, I didn't understand I could do that.

I guess this PR could also close #28

@Hikariii Hikariii merged commit 02fcdcc into ScientaNL:master Jun 29, 2022
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.

Add support for new MariaDB JSON functions
2 participants