|
1 | 1 | # Yii Database Change Log
|
2 | 2 |
|
3 |
| -## 1.1.2 under development |
| 3 | +## 1.2.0 November 12, 2023 |
4 | 4 |
|
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) |
7 | 10 | - Bug #746: Typecast values in `AbstractDMLQueryBuilder::batchInsert()` if column names with table name and brackets (@Tigrov)
|
8 | 11 | - 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) |
10 | 12 | - 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) |
15 | 13 | - Bug #756: Fix `Quoter::quoteTableName()` for sub-query with alias (@Tigrov)
|
16 | 14 | - 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) |
19 | 15 | - Bug #769, #61: Fix `AbstractDMLQueryBuilder::batchInsert()` for values as associative arrays (@Tigrov)
|
20 | 16 |
|
21 | 17 | ## 1.1.1 August 16, 2023
|
|
0 commit comments