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


Ignore:
Timestamp:
Jul 29, 2021, 2:10:06 PM (3 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.