Rename platform
This commit is contained in:
parent
fc0c4990d5
commit
ac8254de6a
|
@ -96,7 +96,7 @@ class ConnectionFactory {
|
|||
break;
|
||||
case 'sqlite3':
|
||||
$journalMode = $additionalConnectionParams['sqlite.journal_mode'];
|
||||
$additionalConnectionParams['platform'] = new SqlitePlatform();
|
||||
$additionalConnectionParams['platform'] = new OCSqlitePlatform();
|
||||
$eventManager->addEventSubscriber(new SQLiteSessionInit(true, $journalMode));
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace OC\DB;
|
||||
|
||||
class SqlitePlatform extends \Doctrine\DBAL\Platforms\SqlitePlatform {
|
||||
class OCSqlitePlatform extends \Doctrine\DBAL\Platforms\SqlitePlatform {
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
Loading…
Reference in New Issue