You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@ Yii Framework 2 Change Log
7
7
- Enh #18499: When using `yii\db\Query::all()` and `yii\db\Query::$indexBy`, the `yii\db\Query::$indexBy` is auto inserted into `yii\db\Query::$select` - the same as in `yii\db\Query::column()` (OndrejVasicek, samdark, bizley)
8
8
- Enh #18483: Add `yii\log\Logger::$dbEventNames` that allows specifying event names used to get statistical results (profiling) of DB queries (atiline)
9
9
- Enh #18455: Add ability to use separate attributes for data model and filter model of `yii\grid\GridView` in `yii\grid\DataColumn` (PowerGamer1)
10
-
- Enh #18447: Do not use `getLastInsertID` to get PK from insert query to lower collision probability for concurrent inserts (darkdef)
10
+
- Enh #18447: Do not use `getLastInsertID()` to get PK from insert query to lower collision probability for concurrent inserts (darkdef)
11
11
- Bug #18448: Fix issues in queries and tests for older MSSQL versions (darkdef)
12
12
- Enh #18460: `compareValue` in `CompareValidator` can now take a closure returning a value (mmonem)
13
13
- Bug #18464: Fix bug with processing fallback messages when translation language is set to `null` (bizley)
14
14
- Enh #18457: Add `EVENT_RESET` and `EVENT_FINISH` events to `yii\db\BatchQueryResult` (brandonkelly)
0 commit comments