diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 96dad14194..4cb80b9189 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -10,11 +10,11 @@ Yii Framework 2 Change Log - Bug #7603: Fixed escape characters in `FormatConverter` to work with unicode characters (maddoger, cebe) - Bug #7757: Fix fetching tables schema for oci and mysql when PDO::ATTR_CASE is set (nineinchnick) - Bug #7775: Added more strict check on controller IDs when they are being used to create controller instances on Windows (Bhoft, qiangxue) -- Bug: Fixed fetching columns definition and composite foreign keys for oci (nineinchnick) -- Bug: Removed column's autoIncrement detection from oci (nineinchnick) -- Bug: Fixed creating raw sql (for logging) by skipping object and resource params (nineinchnick) -- Bug: Fixed Schema::getLastInsertID() by quoting sequence name (nineinchnick) - Bug #7867: Fixed findUniqueIndexes not to perform any processing on unique index on function for pgsql (nineinchnick) +- Bug #7868: Fixed fetching columns definition and composite foreign keys for oci (nineinchnick) +- Bug #7868: Removed column's autoIncrement detection from oci (nineinchnick) +- Bug #7868: Fixed creating raw sql (for logging) by skipping object and resource params (nineinchnick) +- Bug #7868: Fixed Schema::getLastInsertID() by quoting sequence name (nineinchnick) - Enh #6895: Added `ignoreCategories` config option for message command to ignore categories specified (samdark) - Enh #6975: Pressing arrows while focused in inputs of Active Form with `validateOnType` enabled no longer triggers validation (slinstj) - Enh #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements (SilverFire, nineinchnick, creocoder, samdark)