diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-04-28 18:22:21 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-04-29 11:07:54 +0200 |
| commit | 85c154da2f07485a1cdc4d886eee4c1a1ef56137 (patch) | |
| tree | 7a48c231dc0656ec35e41d52909e8a267a80af99 /docs/ref/contrib | |
| parent | 8c257cecffc314179a5375ab8a16ca0ff3b6fb16 (diff) | |
Fixed #35412 -- Dropped support for SQLite < 3.31.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 3f948a81d4..7706790b2a 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -59,7 +59,7 @@ Database Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ, PostGIS 13+ Requires PostGIS. MySQL GEOS, GDAL 8.0.11+ :ref:`Limited functionality <mysql-spatial-limitations>`. Oracle GEOS, GDAL 19+ XE not supported. -SQLite GEOS, GDAL, PROJ, SpatiaLite 3.27.0+ Requires SpatiaLite 4.3+ +SQLite GEOS, GDAL, PROJ, SpatiaLite 3.31.0+ Requires SpatiaLite 4.3+ ================== ============================== ================== ========================================= See also `this comparison matrix`__ on the OSGeo Wiki for |
