Changes between Initial Version and Version 1 of Ticket #5268, comment 3


Ignore:
Timestamp:
Oct 30, 2022, 12:23:08 PM (20 months ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5268, comment 3

    initial v1  
    1414In my mind it would return what it does now or just the single point.
    1515
    16 The reason is the ST_ShortestLine is a line with the shortest distance.  Both a single point and a invalid linestring having two points the same have a distance of 0.  So it is the shortest distance.  A null would return a null which isn't technically right because that would mean we don't know the distance, but we do, it's 0.
     16The reason is the ST_ShortestLine is a line with the shortest distance.  Both a single point and a invalid linestring having two points the same have a length of 0.  So it is the shortest distance.  A null would return a null which isn't technically right because that would mean we don't know the distance, but we do, it's 0.
    1717
    1818>