Skip to content
Snippets Groups Projects
Commit d7bcf817 authored by jaapjansma's avatar jaapjansma
Browse files

Refactor

parent 8b179339
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class SimpleNonRequiredJoin extends SimpleJoin {
$extraClause = "";
$dataFlow = $sourceDataFlowDescription->getDataFlow();
if ($dataFlow instanceof SqlTableDataFlow) {
if ($dataFlow instanceof SqlDataFlow) {
$whereClauses = $dataFlow->getWhereClauses();
foreach($whereClauses as $whereClause) {
if ($whereClause->isJoinClause()) {
......
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