id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1443,Using Unique and Using SRID together breaks CVS HEAD,bill@…,sgillies@frii.com,"{{{
It seems that the recent cleanup in mappostgis.c (jerryp's stuff) introduced a bug.

If you use both 'using unique gid' and 'using SRID=1234', then only the last one
will be stripped before it's sent to PostGIS.  Therefore, PostgreSQL blow up
saying it's invalid syntax.  I backed out to version 1.55 of mappostgis.c and
the problem went away.

It is not a case sensitivity thing, and it doesn't matter which order you put
the directives.

In fact, I bet that the code looks for the ""last instance of the string 'using'""
and strips everything after that (which will work with just one of the two).
}}}",defect,closed,high,4.8 release,PostGIS Interface,4.8,major,fixed,,tylermitchell@… mapserver@… akrherz@… jerry.pisk@… thomas.bonfort@…
