]
Steven Hawkins resolved TEIID-3111.
-----------------------------------
Fix Version/s: 8.7.1
(was: 8.7)
Resolution: Done
The index was based upon using the whole name, but we were using the substring.
Function with multi-part names not resolving correctly
------------------------------------------------------
Key: TEIID-3111
URL:
https://issues.jboss.org/browse/TEIID-3111
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Query Engine
Affects Versions: 7.3
Reporter: Van Halbert
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
When a function has multi-part name, like JCR for the modeshape functions, it won't
resolve without the JCR prefix. That is
SYS.JCR.function works
JCR.function works
but just function doesn't work.