Changes between Initial Version and Version 1 of Ticket #4736, comment 8


Ignore:
Timestamp:
07/29/21 14:10:06 (4 years ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4736, comment 8

    initial v1  
    77ST_GeometryN('GEOMETRYCOLLECTION EMPTY', 1) => NULL
    88ST_GeometryN('GEOMETRYCOLLECTION(POINT EMPTY)', 1) => POINT EMPTY
    9 }}
     9}}}
    1010So just adjusting the return of ST_NumGeometries to be non-zero for collections of empty sub-elements.