From d3626378acef39a58b5df8675252fe8b8faf763c Mon Sep 17 00:00:00 2001 From: Tigrov Date: Thu, 28 Sep 2023 18:04:32 +0700 Subject: [PATCH] Add line to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb84eb0d1..0f4e9b299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - 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) ## 1.1.1 August 16, 2023