XMLTable passing scalar subquery fails to evaluate
--------------------------------------------------
Key: TEIID-1823
URL:
https://issues.jboss.org/browse/TEIID-1823
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.6
Using a scalar subquery as a passing argument (for example - "select * from
xmltable('/a/b' passing (SELECT xmlelement(name a, xmlAgg(xmlelement(name b, e1)))
from pm1.g1) columns val string path '/.') as x" fails because the planner is
not looking for suqueries in source nodes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira