Changes between Initial Version and Version 1 of Ticket #4736, comment 8
- Timestamp:
- 07/29/21 14:10:06 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4736, comment 8
initial v1 7 7 ST_GeometryN('GEOMETRYCOLLECTION EMPTY', 1) => NULL 8 8 ST_GeometryN('GEOMETRYCOLLECTION(POINT EMPTY)', 1) => POINT EMPTY 9 }} 9 }}} 10 10 So just adjusting the return of ST_NumGeometries to be non-zero for collections of empty sub-elements.