[teiid-issues] [JBoss JIRA] Created: (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

Larry O'Leary (JIRA) jira-events at lists.jboss.org
Mon Dec 21 14:59:31 EST 2009


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/jira/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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list