N°2272 - OQL performance (hierarchical keys)

This commit is contained in:
Eric
2019-09-26 08:30:57 +02:00
parent ff3ec219ef
commit 85971ea9f3
2 changed files with 1 additions and 2 deletions

View File

@@ -281,7 +281,6 @@ class OQLJoin
{
$sType = strtoupper($this->sJoinType);
$sOQL = "\n{$sPrefix}{$sType} JOIN `{$this->oOQLClassNode->GetNodeClass()}` AS `{$this->oOQLClassNode->GetNodeClassAlias()}`";
//$sOQL = str_pad($sOQL, 100);
$sOQL .= "\n{$sPrefix} ON `{$sClassAlias}`.`{$this->sLeftField}` = `{$this->oOQLClassNode->GetNodeClassAlias()}`.`{$this->sRightField}`";
$sPrefix .= " ";
foreach ($this->oOQLClassNode->GetJoins() as $aJoins)