#832 - Refactor: Change generated SQL to use "left join" rather than "left outer join"

This commit is contained in:
Rob Bygrave
2016-10-15 14:36:11 +13:00
parent b3bfa88eb5
commit 9158f46bb3
7 changed files with 8 additions and 8 deletions
@@ -105,7 +105,7 @@ public class SqlTreeNodeExtraJoin implements SqlTreeNode {
}
if (pathContainsMany) {
// "promote" to left outer as the path contains a many
// "promote" to left join as the path contains a many
joinType = SqlJoinType.OUTER;
}
if (!manyToMany) {