[teiid-issues] [JBoss JIRA] (TEIID-3464) Inline scalar with clauses

Steven Hawkins (JIRA) issues at jboss.org
Fri May 1 15:23:45 EDT 2015


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

Steven Hawkins updated TEIID-3464:
----------------------------------
                   Description: 
A query of the form:

WITH t\(n) AS ( select 1 ) SELECT ...

should inline the the with rather than evaluating separately.

  was:
A query of the form:

WITH t(n) AS ( select 1 ) SELECT ...

should inline the the with rather than evaluating separately.



> Inline scalar with clauses
> --------------------------
>
>                 Key: TEIID-3464
>                 URL: https://issues.jboss.org/browse/TEIID-3464
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.11
>
>
> A query of the form:
> WITH t\(n) AS ( select 1 ) SELECT ...
> should inline the the with rather than evaluating separately.



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


More information about the teiid-issues mailing list