[
https://issues.jboss.org/browse/TEIIDDES-2408?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-2408.
------------------------------------
Resolution: Done
Looking at Teiid client source:
https://github.com/teiid/teiid/blob/master/engine/src/main/java/org/teiid...
appears they are not currently exposing any XML functions besides:
{code:java}
// xml functions
addXpathValueFunction();
addXslTransformFunction();
addXmlConcat();
addXmlComment();
addXmlPi();
addJsonToXml();
{code}
Add remaining SQL/XML functions
-------------------------------
Key: TEIIDDES-2408
URL:
https://issues.jboss.org/browse/TEIIDDES-2408
Project: Teiid Designer
Issue Type: Task
Components: Patch Release, Teiid Integration
Reporter: Steven Hawkins
Assignee: Barry LaFond
Fix For: 10.0.1, 9.2.1
Teiid added support for:
XMLTEXT - just a regular function
XMLEXISTS - a predicate with syntax similar to XMLQUERY
XMLCAST - similar to CAST
All are in the documentation and match the sql standard -
https://docs.jboss.org/author/display/TEIID/XML+Functions
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)