openedTransaction ) { return $this->beginImmediateTransaction(); } return $this->exec('SAVEPOINT transaction_'.$this->openedTransaction) !== false; } protected function beginImmediateTransaction(): bool { return $this->exec("BEGIN IMMEDIATE TRANSACTION") !== false; } }