[teiid-issues] [JBoss JIRA] (TEIID-2793) Searchablity check is too broad

Steven Hawkins (JIRA) issues at jboss.org
Tue Jan 7 13:22:32 EST 2014


Steven Hawkins created TEIID-2793:
-------------------------------------

             Summary: Searchablity check is too broad
                 Key: TEIID-2793
                 URL: https://issues.jboss.org/browse/TEIID-2793
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 7.4
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 8.7


The check against searchabilty metadata gathers all column references in an expression, rather than checking just the expression itself.  This was done probably to prevent comparisons such as convert(clob_col, string) = 'foo' - but this is inconsistent as we will happily push the same convert function in the select clause.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list