From 911996cb2f0af9e9d305352db808d9c1aab2c459 Mon Sep 17 00:00:00 2001 From: Sergei Tigrov Date: Mon, 30 Oct 2023 20:34:25 +0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sergei Predvoditelev --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 168d0d4e7..d6596b7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## 1.1.2 under development -- Enh #746: Refactor `DMLQueryBuilder` (@Tigrov) -- Bug #746: Fix `DMLQueryBuilder::upsert()` when unique index is not at the first position of inserted values (@Tigrov) -- Bug #746: Typecast values in `DMLQueryBuilder::batchInsert()` if column names with table name and brackets (@Tigrov) -- Bug #746: Typecast values in `DMLQueryBuilder::batchInsert()` if values with string keys, issue #61 (point 2) (@Tigrov) -- Enh #746: Enhanced documentation of `batchInsert()` and `update()` methods (@Tigrov) +- Enh #746: Refactor `AbstractDMLQueryBuilder` (@Tigrov) +- Bug #746: Fix `AbstractDMLQueryBuilder::upsert()` when unique index is not at the first position of inserted values (@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 `DDLQueryBuilderInterface` interface (@Tigrov) - Bug #751: Fix collected debug actions (@xepozz) - Chg #755: Deprecate `TableSchemaInterface::compositeForeignKey()` (@Tigrov) - Enh #756: Refactor `Quoter` (@Tigrov)