[teiid-issues] [JBoss JIRA] (TEIID-5486) geospatial functions are not associating srid with new values

Steven Hawkins (JIRA) issues at jboss.org
Thu Sep 27 11:12:00 EDT 2018


     [ https://issues.jboss.org/browse/TEIID-5486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-5486:
----------------------------------
    Description: 
For example:

 select st_srid(st_boundary(st_geomfromewkt('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))')));

should return 4326, but instead is returning 0.

  was:
For example:

 select st_srid(st_boundary(st_geomfromtext('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))')));

should return 4326, but instead is returning 0.



> geospatial functions are not associating srid with new values
> -------------------------------------------------------------
>
>                 Key: TEIID-5486
>                 URL: https://issues.jboss.org/browse/TEIID-5486
>             Project: Teiid
>          Issue Type: Bug
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 11.2, 11.0.3, 11.1.2
>
>
> For example:
>  select st_srid(st_boundary(st_geomfromewkt('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))')));
> should return 4326, but instead is returning 0.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list