fixed insertSql method for FixturesLoadCommand

option sql-dir has to be the cacheDir, force is needed for
SqlInsertCommand
This commit is contained in:
dietmar.erdmann 2015-08-11 18:07:24 +02:00
parent 88bf864e25
commit 631cae6258

View file

@ -245,6 +245,8 @@ EOT
$parameters = array(
'--connection' => array($connectionName),
'--verbose' => $input->getOption('verbose'),
'--sql-dir' => $this->getCacheDir(),
'--force' => 'force'
);
// add the command's name to the parameters