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
20
20
- Bug #19670 : Fix Error null check PHP 8.1 ` yii\rbac\DbManager ` (samuelexyz)
21
21
- Bug #19520 : Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query (darkdef)
22
22
- 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)
23
24
24
25
25
26
2.0.46 August 18, 2022
Original file line number Diff line number Diff line change @@ -1324,6 +1324,5 @@ protected function reset()
1324
1324
$ this ->params = [];
1325
1325
$ this ->_refreshTableName = null ;
1326
1326
$ this ->_isolationLevel = false ;
1327
- $ this ->_retryHandler = null ;
1328
1327
}
1329
1328
}
You can’t perform that action at this time.
0 commit comments