]
Steven Hawkins resolved TEIID-5486.
-----------------------------------
Resolution: Done
Updated the logic to always set the srid on the returned value. Have not yet added the
logic to ensure arguments are of the same srid for binary functions.
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.