]
Steven Hawkins resolved TEIID-5542.
-----------------------------------
Resolution: Done
Added org.teiid.relativeXPath to control the behavior of path values begining with / or
//. The default for now will remain the legacy behavior.
XMLTable path assumptions
-------------------------
Key: TEIID-5542
URL:
https://issues.jboss.org/browse/TEIID-5542
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 12.0
By the spec, and for example with Postgresql, a column PATH that begins with / or // is
not relative to the context item. Teiid modeled its initial implementation on Oracle
where that is the case. For greater compliance we should add an option to change the
handling to be spec compliant.