Answer the question
In order to leave comments, you need to log in
Why is the transaction not opening?
Hello!
Why is the transaction not opened with the following code?
$transaction = Yii::$app->db->beginTransaction();
Yii::$app->db->createCommand('DELETE FROM profiles WHERE id = 1000')->execute();
$transaction->rollBack();
$transaction = Yii::$app->db->beginTransaction();
$transaction->begin();
Yii::$app->db->createCommand('DELETE FROM profiles WHERE id = 1000')->execute();
$transaction->rollBack();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question