Changes between Initial Version and Version 1 of Ticket #688


Ignore:
Timestamp:
Dec 8, 2010, 1:56:02 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #688 – Description

    initial v1  
    22{{{
    33SELECT
    4 ST_Contains(ST_GeomFromText('LINESTRING(-10 50,50 -10,4326 ST_GeomFromText('POLYGON EMPTY',4326));
     4ST_Contains(ST_GeomFromText('LINESTRING(-10 50,50 -10)',4326), ST_GeomFromText('POLYGON EMPTY',4326));
    55}}}
    66
    7 -- the actual query that crashed -- teh above is a distilled subset but there may be more monsters lurking in this query
     7The above doesn't always crash the first time but does after second or third call.
     8-- the actual query that crashed -- the above is a distilled subset but there may be more monsters lurking in this query
    89
    910{{{