diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ef4bfa5..4955cf0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,17 @@ # Yii Database Change Log -## 1.1.2 under development +## 1.2.0 November 12, 2023 -- Enh #746: Refactor `AbstractDMLQueryBuilder` (@Tigrov) -- Bug #746: Fix `AbstractDMLQueryBuilder::upsert()` when unique index is not at the first position of inserted values (@Tigrov) +- Chg #755: Deprecate `TableSchemaInterface::compositeForeignKey()` (@Tigrov) +- Chg #765: Deprecate `SchemaInterface::TYPE_JSONB` (@Tigrov) +- Enh #746: Enhanced documentation of `batchInsert()` and `update()` methods of `DMLQueryBuilderInterface` interface (@Tigrov) +- Enh #756: Refactor `Quoter` (@Tigrov) +- Enh #770: Move methods from concrete `Command` class to `AbstractPdoCommand` class (@Tigrov) - Bug #746: Typecast values in `AbstractDMLQueryBuilder::batchInsert()` if column names with table name and brackets (@Tigrov) - Bug #746, #61: Typecast values in `AbstractDMLQueryBuilder::batchInsert()` if values with string keys (@Tigrov) -- Enh #746: Enhanced documentation of `batchInsert()` and `update()` methods of `DMLQueryBuilderInterface` interface (@Tigrov) - Bug #751: Fix collected debug actions (@xepozz) -- Chg #755: Deprecate `TableSchemaInterface::compositeForeignKey()` (@Tigrov) -- Enh #756: Refactor `Quoter` (@Tigrov) -- Bug #756: Fix `Quoter::quoteSql()` for SQL containing table with prefix (@Tigrov) -- Bug #756: Fix `Quoter::getTableNameParts()` for cases when different quotes for tables and columns (@Tigrov) - Bug #756: Fix `Quoter::quoteTableName()` for sub-query with alias (@Tigrov) - Bug #761: Quote aliases of CTE in `WITH` queries (@Tigrov) -- Chg #765: Deprecate `SchemaInterface::TYPE_JSONB` (@Tigrov) -- Enh #770: Move methods from concrete `Command` class to `AbstractPdoCommand` class (@Tigrov) - Bug #769, #61: Fix `AbstractDMLQueryBuilder::batchInsert()` for values as associative arrays (@Tigrov) ## 1.1.1 August 16, 2023