]
Larry O'Leary resolved TEIID-696.
---------------------------------
Resolution: Done
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: