[postgis-tickets] [PostGIS] #2687: raster and vector overloading each others signatures
PostGIS
trac at osgeo.org
Fri Mar 28 05:13:29 PDT 2014
#2687: raster and vector overloading each others signatures
-----------------------+----------------------------------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: closed
Priority: critical | Milestone: PostGIS 2.1.2
Component: postgis | Version: 2.1.x
Resolution: wontfix | Keywords:
-----------------------+----------------------------------------------------
Changes (by robe):
* status: new => closed
* resolution: => wontfix
Comment:
pramsey -- you have to take those out :). Those are introducing new
functions in a micro release -- NOT ALLOWED. you can put them in 2.2
(though I would advice against it) but not in 2.1.
You may think those are harmless adds, but I don't think they are.
What if someone did this:
{{{
SELECT st_overlaps(someraster, '000000d23232')
}}}
What would you want to happen -- it error or raster gets converted to
geometry. I personally would prefer the erroring.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2687#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list