This commit is contained in:
Lukas Eder 2023-05-05 16:18:34 +02:00
parent 2945cc5439
commit e117b90a76

View File

@ -560,7 +560,7 @@ implements
}
// [#14985] Path joins additional conditions
else if ((TableImpl.path(lhs) != null || TableImpl.path(lhs) != null)
else if ((TableImpl.path(lhs) != null || TableImpl.path(rhs) != null)
// Do this only if we're *not* rendering implicit joins, in case of which join paths
// are expected, and their predicates are already present.