File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff 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
25262.0.46 August 18, 2022
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments