[teiid-issues] [JBoss JIRA] Closed: (TEIID-912) Add unit test methods from JBEDSP-1137: StackOverflowError when top level query uses the same symbol name and group alias that is in a second level query or sub-query

Steve Hawkins (JIRA) jira-events at lists.jboss.org
Fri Jun 25 10:09:47 EDT 2010


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

Steve Hawkins closed TEIID-912.
-------------------------------



> Add unit test methods from JBEDSP-1137: StackOverflowError when top level query uses the same symbol name and group alias that is in a second level query or sub-query
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-912
>                 URL: https://jira.jboss.org/browse/TEIID-912
>             Project: Teiid
>          Issue Type: Task
>          Components: Query Engine
>    Affects Versions: 7.0
>            Reporter: Larry O'Leary
>            Assignee: Larry O'Leary
>             Fix For: 7.0
>
>
> Add test coverage from JBEDSP-1137 that covers the following use case:
> SELECT CONVERT(A.e2, biginteger) AS e2 FROM (
>    SELECT CONVERT(e2, long) AS e2 FROM (
>       SELECT 5 AS e2
>    ) AS A
> ) AS A 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list