Skip to content

Commit 64f2451

Browse files
authored
Fix #17811: Do not reset retryHandler when yii\db\Command::reset() called
1 parent 6f047cc commit 64f2451

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Yii Framework 2 Change Log
2020
- Bug #19670: Fix Error null check PHP 8.1 `yii\rbac\DbManager` (samuelexyz)
2121
- Bug #19520: Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query (darkdef)
2222
- Bug #19581: Fix regression in `CompositeAuth` introduced in #19418 (SamMousa, WinterSilence, samdark)
23+
- Chg #17811: Do not reset `retryHandler` when `yii\db\Command::reset()` called (erickskrauch)
2324

2425

2526
2.0.46 August 18, 2022

db/Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,5 @@ protected function reset()
13241324
$this->params = [];
13251325
$this->_refreshTableName = null;
13261326
$this->_isolationLevel = false;
1327-
$this->_retryHandler = null;
13281327
}
13291328
}

0 commit comments

Comments
 (0)