Cherry pick fixes from 59a955f4

This commit is contained in:
Molkobain
2024-04-29 11:45:09 +02:00
parent d85767a838
commit 32140b360f
3 changed files with 61 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ class ExampleFor_iQueryModifier implements \iQueryModifier
public function GetFieldExpression(QueryBuilderContext &$oBuild, $sClass, $sAttCode, $sColId, Expression $oFieldSQLExp, SQLQuery &$oSelect)
{
// Do nothing, we just need the class to exists for the unit test
return $oFieldSQLExp;
}
}
]]></content>