|
@@ -506,7 +506,7 @@ class Install extends Admin
|
|
break;
|
|
break;
|
|
case 'sqlite':
|
|
case 'sqlite':
|
|
$this->c->DB_DSN = "sqlite:!PATH!{$dbname}";
|
|
$this->c->DB_DSN = "sqlite:!PATH!{$dbname}";
|
|
- $this->c->DB_OPTS_AS_STR = '\\PDO::ATTR_TIMEOUT => 5, \'initSQLCommands\' => [\'PRAGMA journal_mode=WAL\',],';
|
|
|
|
|
|
+ $this->c->DB_OPTS_AS_STR = '\\PDO::ATTR_TIMEOUT => 5, /* \'initSQLCommands\' => [\'PRAGMA journal_mode=WAL\',], */';
|
|
$this->c->DB_OPTIONS = [
|
|
$this->c->DB_OPTIONS = [
|
|
PDO::ATTR_TIMEOUT => 5,
|
|
PDO::ATTR_TIMEOUT => 5,
|
|
'initSQLCommands' => [
|
|
'initSQLCommands' => [
|