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

Steven Hawkins (JIRA) issues at jboss.org
Sun Oct 11 15:50:01 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins closed TEIID-3654.
---------------------------------


> 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.4.11#64026)


More information about the teiid-issues mailing list