<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>1.3.5SVN Fails the torture test</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I added to the torture xsl script simple create table/add geometry column/drop geometry column/drop table for each garden geom and 1.3.5 SVN failed miserably.<BR>
<BR>
I thought maybe it was a typo in my statement so I verified against my 1.3.4 and 1.3.3 installs and that part worked fine.<BR>
<BR>
ERROR:  AddGeometryColumns() - invalid SRID<BR>
CONTEXT:  SQL statement "SELECT AddGeometryColumn('','', $1 , $2 , $3 , $4 , $5 )"<BR>
<BR>
Can you guys test this snippet to make sure its not my 1.3.5SVN install.  I had pulled from nightly tar.<BR>
<BR>
SELECT 'create,insert,drop Test: Start Testing Multi/POINT';<BR>
BEGIN;<BR>
        CREATE TABLE pgis_garden (gid serial);<BR>
        SELECT AddGeometryColumn('pgis_garden','the_geom',ST_SRID(the_geom),GeometryType(the_geom),ST_CoordDim(the_geom))<BR>
                        FROM ((SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom<BR>
                FROM generate_series(-10,50,10) As i<BR>
                        CROSS JOIN generate_series(40,70, 10) j)) As foo limit 1;<BR>
        SELECT AddGeometryColumn('pgis_garden','the_geom_multi',ST_SRID(the_geom),GeometryType(ST_Multi(the_geom)),ST_CoordDim(the_geom))<BR>
                        FROM ((SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom<BR>
                FROM generate_series(-10,50,10) As i<BR>
                        CROSS JOIN generate_series(40,70, 10) j)) As foo limit 1;<BR>
        INSERT INTO pgis_garden(the_geom, the_geom_multi)<BR>
        SELECT the_geom, ST_Multi(the_geom)<BR>
        FROM ((SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom<BR>
                FROM generate_series(-10,50,10) As i<BR>
                        CROSS JOIN generate_series(40,70, 10) j)) As foo;<BR>
       <BR>
        SELECT DropGeometryColumn ('pgis_garden','the_geom');<BR>
        SELECT DropGeometryTable ('pgis_garden');<BR>
COMMIT;<BR>
SELECT 'create,insert,drop Test: Start Testing Multi/POINT'; </FONT>
</P>

</BODY>
</HTML>
<HTML><BODY><P><hr size=1></P>
<P><STRONG>
The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.
</STRONG></P></BODY></HTML>

<P><hr size=1></P>
<P><STRONG><font size="2" color="339900"> Help make the earth a greener place. If at all possible resist printing this email and join us in saving paper. </p> <p> </font></STRONG></P>