diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-08-04 06:35:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 06:35:13 +0200 |
| commit | 2b582387d51c44fa928351ca55f05fc8b8d2986e (patch) | |
| tree | 79eb0423530ab2a9ce8dbdbd20431bab073a5b71 /docs/ref/contrib | |
| parent | f46a6b2816819ed12d4d0150c99d66920070ca15 (diff) | |
Fixed #34760 -- Dropped support for SQLite < 3.27.
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 b207094dbb..c5d03eee0d 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 12+ 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.21.0+ Requires SpatiaLite 4.3+ +SQLite GEOS, GDAL, PROJ, SpatiaLite 3.27.0+ Requires SpatiaLite 4.3+ ================== ============================== ================== ========================================= See also `this comparison matrix`__ on the OSGeo Wiki for |
