From f73f60e8419ba91ac82cb0aef89cfc384e4e0d7f Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 7 Oct 2009 11:52:40 +0000 Subject: [PATCH] Add table with multiple nulls to garden of geometries. Evidentally -- there are some NULL bugs that escape trapping with just a single null geometry in the table. git-svn-id: http://svn.osgeo.org/postgis/trunk@4617 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/xsl/postgis_gardentest.sql.xsl | 3 ++- doc/xsl/postgis_gardentest_subset.sql.xsl | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl index a50f08b6e..aa3fb20cc 100644 --- a/doc/xsl/postgis_gardentest.sql.xsl +++ b/doc/xsl/postgis_gardentest.sql.xsl @@ -141,7 +141,8 @@ UNION ALL SELECT ST_GeomFromText('POLYGON EMPTY',4326) As the_geom ) - (SELECT CAST(Null As geometry) As the_geom) + (SELECT CAST(Null As geometry) As the_geom) + (SELECT CAST(Null As geometry) As the_geom FROM generate_series(1,4) As foo) diff --git a/doc/xsl/postgis_gardentest_subset.sql.xsl b/doc/xsl/postgis_gardentest_subset.sql.xsl index 550809a22..c7f0dd6d7 100644 --- a/doc/xsl/postgis_gardentest_subset.sql.xsl +++ b/doc/xsl/postgis_gardentest_subset.sql.xsl @@ -11,7 +11,7 @@ ******************************************************************** --> 1.5.0 - ST_Distance ST_DWithin ST_AsBinary + ST_Distance ST_DWithin ST_AsBinary ST_Union ST_Collect ST_MakeLine 3395 1 @@ -141,7 +141,8 @@ ) - (SELECT CAST(Null As geometry) As the_geom) + (SELECT CAST(Null As geometry) As the_geom) + (SELECT CAST(Null As geometry) As the_geom FROM generate_series(1,4) As foo) -- 2.50.1