]
Steven Hawkins resolved TEIID-3248.
-----------------------------------
Resolution: Done
Added null handling for the context item to xmlquery and xmltable
Null handling in XMLQUERY and XMLTABLE
--------------------------------------
Key: TEIID-3248
URL:
https://issues.jboss.org/browse/TEIID-3248
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10
Null handling in XMLQUERY and XMLTABLE is not correct - both are currently exceptions. A
null context item in XMLQUERY should result in an UNKNOWN result while XMLTABLE should
have no result rows.