nextcloud/lib/private/Setup
Daniel Kesselberg a5f0cc6539
--database-name or --database-table-prefix are ignored for sqlite
The default implementation of initialize in AbstractDatabase writes
database information to config.php. The method is overwritten in
Sqlite but parent is never called. Database-Name and Database-Table-Prefix
are never written to config.php. But from this point setup use values
from config.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-09-23 15:52:28 +02:00
..
AbstractDatabase.php Update license headers 2017-11-06 16:56:19 +01:00
MySQL.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
OCI.php Update license headers 2017-11-06 16:56:19 +01:00
PostgreSQL.php Remove unneeded semicolon and parentheses 2018-01-26 23:46:40 +01:00
Sqlite.php --database-name or --database-table-prefix are ignored for sqlite 2018-09-23 15:52:28 +02:00