From 4464b9b9ad9da921f8b50b4e7e26bb4233e05ca0 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 30 Nov 2016 22:22:56 +0600 Subject: Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup. --- docs/ref/contrib/gis/db-api.txt | 4 ++-- docs/ref/contrib/gis/functions.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 2b2e02ac16..670b23cd78 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -347,7 +347,7 @@ Lookup Type PostGIS Oracle MySQL [#]_ SpatiaLite :lookup:`equals` X X X X C :lookup:`exact` X X X X B :lookup:`intersects` X X X X B -:lookup:`isvalid` X X (LWGEOM) +:lookup:`isvalid` X X X (LWGEOM) :lookup:`overlaps` X X X X B :lookup:`relate` X X X C :lookup:`same_as` X X X X B @@ -390,7 +390,7 @@ Function PostGIS Oracle MySQL SpatiaLite :class:`ForceRHR` X :class:`GeoHash` X X (LWGEOM) :class:`Intersection` X X X (≥ 5.6.1) X -:class:`IsValid` X X (LWGEOM) +:class:`IsValid` X X X (LWGEOM) :class:`Length` X X X X :class:`MakeValid` X X (LWGEOM) :class:`MemSize` X diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index b3f989126b..6a1bf10434 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -298,14 +298,14 @@ intersection between them. .. versionadded:: 1.10 -*Availability*: PostGIS, SpatiaLite (LWGEOM) +*Availability*: PostGIS, Oracle, SpatiaLite (LWGEOM) Accepts a geographic field or expression and tests if the value is well formed. Returns ``True`` if its value is a valid geometry and ``False`` otherwise. .. versionchanged:: 1.11 - SpatiaLite support was added. + SpatiaLite and Oracle support was added. ``Length`` ========== -- cgit v1.3