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

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Sep 15 17:37:23 EDT 2009


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

Steven Hawkins closed TEIID-696.
--------------------------------



> 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
>
>   Original Estimate: 10 minutes
>  Remaining Estimate: 10 minutes
>
> 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