diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-22 11:57:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 11:57:54 +0200 |
| commit | 221b2f85febcf68629fc3a4007dc7edb5a305b91 (patch) | |
| tree | dc9c8a156758abb9f468ea31ccc627a584ebb208 /docs/ref/contrib | |
| parent | 2f144323756fc6f8517e357c540f3570356d9eba (diff) | |
Fixed #33129 -- Dropped support for MariaDB 10.2.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 7b40058fe0..4cc9ceafd2 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -348,7 +348,7 @@ functions are available on each spatial backend. Function PostGIS Oracle MariaDB MySQL SpatiaLite ==================================== ======= ============== ============ =========== ================= :class:`Area` X X X X X -:class:`AsGeoJSON` X X X (≥ 10.2.4) X (≥ 5.7.5) X +:class:`AsGeoJSON` X X X X (≥ 5.7.5) X :class:`AsGML` X X X :class:`AsKML` X X :class:`AsSVG` X X diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 82aaf1196d..ad1c02a588 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -52,7 +52,7 @@ geographic SRSes. .. class:: AsGeoJSON(expression, bbox=False, crs=False, precision=8, **extra) -*Availability*: MariaDB (≥ 10.2.4), `MySQL +*Availability*: MariaDB, `MySQL <https://dev.mysql.com/doc/refman/en/spatial-geojson-functions.html#function_st-asgeojson>`__ (≥ 5.7.5), Oracle, `PostGIS <https://postgis.net/docs/ST_AsGeoJSON.html>`__, SpatiaLite |
