Skip to content
Snippets Groups Projects
Commit 3e1b58dd authored by Joas Schilling's avatar Joas Schilling
Browse files

Merge pull request #15673 from owncloud/issue/15577-transaction-read-committed

[master] Using TRANSACTION_READ_COMMITTED
parents 99b0c6e5 bcf65d9c
Branches
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ class Connection extends \Doctrine\DBAL\Connection implements IDBConnection {
parent::__construct($params, $driver, $config, $eventManager);
$this->adapter = new $params['adapter']($this);
$this->tablePrefix = $params['tablePrefix'];
parent::setTransactionIsolation(parent::TRANSACTION_READ_COMMITTED);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment