-
Bug
-
Resolution: Done
-
Blocker
-
7.4.1
-
None
-
JBDS 4.1.1 M2, SOA-P 5.2 ER4
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.