#162 Implemented the non interactive bulk load (REST, CLI not implemented)

SVN:trunk[818]
This commit is contained in:
Romain Quetiez
2010-09-11 13:36:16 +00:00
parent 500767c582
commit 2ad6c0594d
8 changed files with 909 additions and 163 deletions

View File

@@ -145,7 +145,7 @@ class BenchmarkDataCreation
$oMyObject->Set($sProp, $value);
}
$iId = $oMyObject->DBInsertTrackedNoReload($this->m_oChange);
$iId = $oMyObject->DBInsertTrackedNoReload($this->m_oChange, true /* skip security */);
$sClassId = "$sClass ($sClassDesc)";
$this->m_aCreatedByDesc[$sClassId][] = $iId;