Skip to content

Commit 437c629

Browse files
committed
Release version 1.2.0
1 parent 133d972 commit 437c629

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# Yii Database Change Log
22

3-
## 1.1.2 under development
3+
## 1.2.0 November 12, 2023
44

5-
- Enh #746: Refactor `AbstractDMLQueryBuilder` (@Tigrov)
6-
- Bug #746: Fix `AbstractDMLQueryBuilder::upsert()` when unique index is not at the first position of inserted values (@Tigrov)
5+
- Chg #755: Deprecate `TableSchemaInterface::compositeForeignKey()` (@Tigrov)
6+
- Chg #765: Deprecate `SchemaInterface::TYPE_JSONB` (@Tigrov)
7+
- Enh #746: Enhanced documentation of `batchInsert()` and `update()` methods of `DMLQueryBuilderInterface` interface (@Tigrov)
8+
- Enh #756: Refactor `Quoter` (@Tigrov)
9+
- Enh #770: Move methods from concrete `Command` class to `AbstractPdoCommand` class (@Tigrov)
710
- Bug #746: Typecast values in `AbstractDMLQueryBuilder::batchInsert()` if column names with table name and brackets (@Tigrov)
811
- Bug #746, #61: Typecast values in `AbstractDMLQueryBuilder::batchInsert()` if values with string keys (@Tigrov)
9-
- Enh #746: Enhanced documentation of `batchInsert()` and `update()` methods of `DMLQueryBuilderInterface` interface (@Tigrov)
1012
- Bug #751: Fix collected debug actions (@xepozz)
11-
- Chg #755: Deprecate `TableSchemaInterface::compositeForeignKey()` (@Tigrov)
12-
- Enh #756: Refactor `Quoter` (@Tigrov)
13-
- Bug #756: Fix `Quoter::quoteSql()` for SQL containing table with prefix (@Tigrov)
14-
- Bug #756: Fix `Quoter::getTableNameParts()` for cases when different quotes for tables and columns (@Tigrov)
1513
- Bug #756: Fix `Quoter::quoteTableName()` for sub-query with alias (@Tigrov)
1614
- Bug #761: Quote aliases of CTE in `WITH` queries (@Tigrov)
17-
- Chg #765: Deprecate `SchemaInterface::TYPE_JSONB` (@Tigrov)
18-
- Enh #770: Move methods from concrete `Command` class to `AbstractPdoCommand` class (@Tigrov)
1915
- Bug #769, #61: Fix `AbstractDMLQueryBuilder::batchInsert()` for values as associative arrays (@Tigrov)
2016

2117
## 1.1.1 August 16, 2023

0 commit comments

Comments
 (0)