Changes between Initial Version and Version 1 of Ticket #5245, comment 2


Ignore:
Timestamp:
Sep 19, 2022, 7:29:24 PM (20 months ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5245, comment 2

    initial v1  
    1212Fixes https://trac.osgeo.org/geos/ticket/1096
    1313}}}
     14
     15
     16I suspect this also breaks 3.7-3.9 also but it's just for GHA I don't have those set to build as frequently with the assumption they wouldn't change and neither debbie nor winnie bothers to test those on master.
     17
     18The test that is failing is this one:
     19
     20
     21{{{
     22SELECT '31', st_relate(a,b,1) as r1, st_relate(a,b,2) as r2, st_relate(a,b,3) as r3, st_relate(a,b,4) as r4 FROM (select 'LINESTRING(60 0,20 80,100 80,80 120,40 140)'::geometry as a, 'LINESTRING(140 280,240 280,240 180,140 180,140 280)'::geometry as b) as f;
     23}}}