New CRUD behaviour (removed Reload in DBInsert and DBUpdate) and protection against reentrance

This commit is contained in:
Eric Espie
2022-05-27 17:46:10 +02:00
parent e7c09c83f0
commit af4a5e1b8d
7 changed files with 513 additions and 234 deletions

View File

@@ -629,12 +629,6 @@ abstract class CMDBObject extends DBObject
return $newKey;
}
public function DBUpdate()
{
parent::DBUpdate();
}
/**
* @param null $oDeletionPlan
*