[
https://issues.jboss.org/browse/TEIID-4331?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-4331:
------------------------------------
select voseqno,Latitude,
Longitude, ST_MakePoint( longitude,latitude) /*
,st_geomfromtext(ST_MakePoint( longitude,latitude)) as GeoSpatial */
from "Sybase_PostFixProfile"."VERTICAL_OBSTRUCTION"
where voseqno = '2963512'
works but if I un-comment the last column I get this:
Error: TEIID30328 Remote org.teiid.api.exception.query.ExpressionEvaluationException:
TEIID30328 Unable to evaluate
st_geomfromText(ST_MakePoint(Sybase_PostFixProfile.VERTICAL_OBSTRUCTION.Longitude,
Sybase_PostFixProfile.VERTICAL_OBSTRUCTION.Latitude)): TEIID30384 Error while evaluating
function st_geomfromtext
SQLState: 50000
ErrorCode: 30328
Use of st_geomfromText wrapped around a UDF fails.
--------------------------------------------------
Key: TEIID-4331
URL:
https://issues.jboss.org/browse/TEIID-4331
Project: Teiid
Issue Type: Bug
Affects Versions: 8.12.x
Reporter: Tom Johnston
Assignee: Steven Hawkins
Attachments: gis-1.0.0.jar
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)