N°3950 - Deprecate old unreferenced methods that are @deprecated - Expression:: Render

This commit is contained in:
acognet
2022-05-20 11:09:03 +02:00
parent fd1064b044
commit cff26563cc
3 changed files with 49 additions and 76 deletions

View File

@@ -114,7 +114,7 @@ class QueryLogEntry
$aGroupedBy = array();
foreach ($this->aGroupByExpr as $oExpr)
{
$aGroupedBy[] = $oExpr->Render();
$aGroupedBy[] = $oExpr->RenderExpression();
}
$this->sQueryDesc = implode(', ', $aGroupedBy);