Hide Forgot
project_key: SOA A cross source join of the form "select x.e2 from pm1.g2 y, pm2.g1 x where x.e1 = y.e1 and x.e1 = 'a'" will incorrectly return the dummy results from y. If the join order is reversed the correct results are returned.
Link: Added: This issue Cloned from TEIID-1778
Affects Testing: Added: Regression Security: Added: Public
Tested with E2E Virtual Procedures and closed.
Link: Added: This issue is duplicated by SOA-3497