Kaydet (Commit) 66bbde68 authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

Clarified return value of NumGeometries GIS function.

üst b536dcf6
...@@ -381,7 +381,9 @@ Accepts a single geographic field or expression and returns the memory size ...@@ -381,7 +381,9 @@ Accepts a single geographic field or expression and returns the memory size
Accepts a single geographic field or expression and returns the number of Accepts a single geographic field or expression and returns the number of
geometries if the geometry field is a collection (e.g., a ``GEOMETRYCOLLECTION`` geometries if the geometry field is a collection (e.g., a ``GEOMETRYCOLLECTION``
or ``MULTI*`` field); otherwise returns ``None``. or ``MULTI*`` field). Returns 1 for single geometries.
On MySQL, returns ``None`` for single geometries.
``NumPoints`` ``NumPoints``
============= =============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment