[teiid-issues] [JBoss JIRA] (TEIID-3654) Exception with system table subquery

Steven Hawkins (JIRA) issues at jboss.org
Wed Aug 26 15:38:42 EDT 2015


Steven Hawkins created TEIID-3654:
-------------------------------------

             Summary: Exception with system table subquery
                 Key: TEIID-3654
                 URL: https://issues.jboss.org/browse/TEIID-3654
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
    Affects Versions: 8.7
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 8.12


Issuing a subquery against a system table such as:

SELECT t.Name FROM SYS.Tables as t, (SELECT DISTINCT c.TableName FROM SYS.Columns AS c) AS X__1 WHERE t.Name = X__1.TableName

Results in the exception: TEIID30328 Unable to evaluate X__2.TableName: No value was available

This is due to the project not being pushed and the project columns not being updated appropriately.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the teiid-issues mailing list