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

[11.x] Improve database support for JSON queries #9744

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

staudenmeir
Copy link
Contributor

Explicitly lists MariaDB as a supported DBMS for JSON queries. There was some confusion because it looked like MariaDB wasn't supported. These passages were written before Laravel officially supported MariaDB.

Also, SQLite nowadays includes support for JSON queries by default and no longer requires the JSON1 extension.

@taylorotwell taylorotwell merged commit a39ad9c into laravel:11.x Jul 8, 2024
@staudenmeir staudenmeir deleted the json-queries branch July 8, 2024 15:11
taylorotwell added a commit that referenced this pull request Jul 9, 2024
* Update helpers.md

* Update helpers.md

* Improve database support for JSON queries (#9744)

* Precognition: Replace attribute `for` with `htmlFor` in React example (#9743)

The `for` attribute is not allowed in JSX syntax and should be replaced with `htmlFor`

* Update helpers.md

* Update helpers.md

* Update helpers.md

---------

Co-authored-by: Jonas Staudenmeir <mail@jonas-staudenmeir.de>
Co-authored-by: Anne Douwe Bouma <annedouwe@bouma.tech>
Co-authored-by: Taylor Otwell <taylor@laravel.com>
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