Skip to content

Commit

Permalink
Fixed wording in support information for json relation features
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswep authored Dec 11, 2023
1 parent 198d8ec commit a80aada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/recipes/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Having said all that, there are ways to nest related rows in your queries. You j
using the tools SQL and the underlying dialect (e.g. PostgreSQL, MySQL, or SQLite) provide. In this recipe
we show one way to do that when using the built-in PostgreSQL, MySQL, and SQLite dialects.

This recipe will fail on MySQL versions before 8.0.14 or on any MariaDB server. This is due to the way subqueries use outer references in this recipe (cf. [MySQL 8.0.14 changelog](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-14.html#mysqld-8-0-14-optimizer) | [open ticket for MariaDB](https://jira.mariadb.org/browse/MDEV-19078)).
This recipe is supported on MySQL versions starting from 8.0.14. This is due to the way subqueries use outer references in this recipe (cf. [MySQL 8.0.14 changelog](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-14.html#mysqld-8-0-14-optimizer) | [MariaDB is not supported yet](https://jira.mariadb.org/browse/MDEV-19078)).

## The `json` data type and functions

Expand Down

0 comments on commit a80aada

Please sign in to comment.