Skip to content
Snippets Groups Projects
Commit f0a02034 authored by vforchi's avatar vforchi
Browse files

DFS-12947

parent c2bb6a35
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ public class SQLServerTranslator extends JDBCTranslator {
}
}
// DEFAULT CASE:
else
else if (join.getJoinCondition() != null)
sql.append(translate(join.getJoinCondition()));
return sql.toString();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment