Skip to content
Snippets Groups Projects
Commit 4f71067f authored by vforchi's avatar vforchi Committed by vforchi
Browse files

fixed bug with CROSS JOINs

parent 911c9a58
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