Changes between Initial Version and Version 1 of Ticket #5175


Ignore:
Timestamp:
06/27/22 16:58:52 (2 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5175 – Description

    initial v1  
    3232
    3333
     34Note that:
    3435
     36
     37{{{
     38SELECT ST_Point(1,2) = ST_Point(3,4);
     39SELECT NOT (ST_Point(1,2) = ST_Point(3,4)) ;
     40}}}
     41
     42work without error
     43