N°4792 - memory limit is reached when an AttributeExternalKey is pointing to a class with an AttributeBlob (#322)

N°4792 - memory limit is reached when an AttributeExternalKey is poin…
This commit is contained in:
Eric Espié
2022-08-09 09:17:15 +02:00
committed by GitHub
parent 80fa4ec71f
commit de5fee8876
2 changed files with 21 additions and 0 deletions

View File

@@ -1724,4 +1724,16 @@ abstract class DBSearch
{
$this->SetShowObsoleteData(utils::ShowObsoleteData());
}
/**
* To ease the debug of filters
* @internal
*
* @return string
*
*/
public function __toString()
{
return $this->ToOQL();
}
}