From 47746f8e5c88cf68d96b65e9bd7486fc4c18a8d8 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sat, 28 Oct 2023 11:15:11 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca94a16a..168d0d4e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## 1.1.2 under development -- Bug #746: Refactor `DMLQueryBuilder` and fix: unique indexes in `upsert()`, column names with table name and brackets, `batchInsert()` with associative arrays, enhanced documentation of `batchInsert()` and `update()` (@Tigrov) +- 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) - Bug #751: Fix collected debug actions (@xepozz) - Chg #755: Deprecate `TableSchemaInterface::compositeForeignKey()` (@Tigrov) - Enh #756: Refactor `Quoter` (@Tigrov)