Changes between Initial Version and Version 1 of Ticket #688
- Timestamp:
- 12/08/10 13:56:02 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #688 – Description
initial v1 2 2 {{{ 3 3 SELECT 4 ST_Contains(ST_GeomFromText('LINESTRING(-10 50,50 -10 ,4326ST_GeomFromText('POLYGON EMPTY',4326));4 ST_Contains(ST_GeomFromText('LINESTRING(-10 50,50 -10)',4326), ST_GeomFromText('POLYGON EMPTY',4326)); 5 5 }}} 6 6 7 -- the actual query that crashed -- teh above is a distilled subset but there may be more monsters lurking in this query 7 The 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 8 9 9 10 {{{