[teiid-issues] [JBoss JIRA] Created: (TEIID-696) Add unit test coverage for use of a procedure variable as non join criteria

Larry O'Leary (JIRA) jira-events at lists.jboss.org
Sat Jun 27 02:09:56 EDT 2009


Add unit test coverage for use of a procedure variable as non join criteria
---------------------------------------------------------------------------

                 Key: TEIID-696
                 URL: https://jira.jboss.org/jira/browse/TEIID-696
             Project: Teiid
          Issue Type: Task
          Components: Query Engine
    Affects Versions: 6.0.0, 6.1.0, 6.2.0
            Reporter: Larry O'Leary
            Assignee: Larry O'Leary
            Priority: Minor
             Fix For: 6.2.0


Add regression test coverage to verify the following query scenario doesn't result in the referenced procedure variable being pushed to the connector:

SELECT 
	pm1.g1.e1 AS pm1g1e1, 
	pm1.g2.e1 AS pm1g2e1, 
	pm1.g1.e2 AS pm1g1e2, 
	pm1.g2.e2 AS pm1g2e2 
FROM 
	pm1.g1 
	LEFT OUTER JOIN pm1.g2 
		ON pm1.g1.e1 = pm1.g2.e1 
		AND pm1.g2.e2 = VARIABLES.myVar

-- 
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