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

Fixed issue with join

parent e725f431
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class SimpleNonRequiredJoin extends SimpleJoin {
if ($dataFlow instanceof SqlTableDataFlow) {
$whereClauses = $dataFlow->getWhereClauses();
foreach($whereClauses as $whereClause) {
$this->filterClauses[] = $whereClause->getWhereClause();
$this->filterClauses[] = $whereClause;
$dataFlow->removeWhereClause($whereClause);
}
}
......
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