From ad1c81a6df4950788db3f8007331cac0f9365d97 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 10 Jun 2021 14:13:07 -0400 Subject: [PATCH] changelog updates Change-Id: I250e3e084ddb75b535913f9e0d7c219d64e35695 --- doc/build/changelog/unreleased_13/6589.rst | 5 +++-- doc/build/changelog/unreleased_14/6575.rst | 4 ++-- doc/build/changelog/unreleased_14/6581.rst | 7 ++++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/build/changelog/unreleased_13/6589.rst b/doc/build/changelog/unreleased_13/6589.rst index 7d7530e967..b6f5fc6063 100644 --- a/doc/build/changelog/unreleased_13/6589.rst +++ b/doc/build/changelog/unreleased_13/6589.rst @@ -1,6 +1,7 @@ .. change:: - :tags: bug, pysqlcipher + :tags: bug, sqlite :tickets: 6589 :versions: 1.4.18 - Add note regarding encryption-related pragmas passed in the url. + Add note regarding encryption-related pragmas for pysqlcipher passed in the + url. diff --git a/doc/build/changelog/unreleased_14/6575.rst b/doc/build/changelog/unreleased_14/6575.rst index ee3ac7d89a..17f7beef8e 100644 --- a/doc/build/changelog/unreleased_14/6575.rst +++ b/doc/build/changelog/unreleased_14/6575.rst @@ -1,6 +1,6 @@ .. change:: - :tags: bug, engine, asyncio - :tickets: 6285 + :tags: bug, asyncio + :tickets: 6575 Fixed an issue that presented itself when using the :class:`_pool.NullPool` or the :class:`_pool.StaticPool` with an async engine. This mostly affected diff --git a/doc/build/changelog/unreleased_14/6581.rst b/doc/build/changelog/unreleased_14/6581.rst index 643892b6ab..63c6e06343 100644 --- a/doc/build/changelog/unreleased_14/6581.rst +++ b/doc/build/changelog/unreleased_14/6581.rst @@ -1,11 +1,12 @@ .. change:: - :tags: bug, postgresql + :tags: bug, postgresql, regression :tickets: 6581 - Fixed issue where using the PostgreSQL "INSERT..ON CONFLICT" structure + Fixed regression where using the PostgreSQL "INSERT..ON CONFLICT" structure would fail to work with the psycopg2 driver if it were used in an "executemany" context along with bound parameters in the "SET" clause, due to the implicit use of the psycopg2 fast execution helpers which are not - appropriate for this style of INSERT statement. Additional checks to + appropriate for this style of INSERT statement; as these helpers are the + default in 1.4 this is effectively a regression. Additional checks to exclude this kind of statement from that particular extension have been added. -- 2.47.2