Changes between Initial Version and Version 1 of Ticket #3254


Ignore:
Timestamp:
Aug 21, 2015, 12:07:35 AM (9 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3254 – Description

    initial v1  
    66
    77Crash.
     8
     9this is the full garden test
     10
     11
     12{{{
     13SELECT ST_Subdivide(foo1.the_geom, 3) As result
     14                                                        FROM ((SELECT ST_GeomFromText('POINT EMPTY',4326) As the_geom
     15                        UNION ALL SELECT ST_GeomFromText('MULTIPOINT EMPTY',4326) As the_geom
     16                        UNION ALL SELECT ST_GeomFromText('MULTIPOLYGON EMPTY',4326) As the_geom
     17                        UNION ALL SELECT ST_GeomFromText('LINESTRING EMPTY',4326) As the_geom
     18                        UNION ALL SELECT ST_GeomFromText('MULTILINESTRING EMPTY',4326) As the_geom ) ) As foo1 LIMIT 3;
     19}}}