From: Mike Bayer Date: Mon, 29 Jul 2024 15:58:38 +0000 (-0400) Subject: add missing forwards port versions X-Git-Tag: rel_1_4_53~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f241dc0bdc2a0c82955dc95aefc4f8e0d742b8f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add missing forwards port versions I totally forgot these meaning they wont show up in 2.0 changelogs, so this is a big mistake i have to stop making Change-Id: I5f998eecbfa8aceab3ee247bb3a00e13820af872 (cherry picked from commit 1ba11863398153760952261adff08d544a508c3a) --- diff --git a/doc/build/changelog/unreleased_14/11417.rst b/doc/build/changelog/unreleased_14/11417.rst index 5182c03ea8..b37af43e3d 100644 --- a/doc/build/changelog/unreleased_14/11417.rst +++ b/doc/build/changelog/unreleased_14/11417.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, general :tickets: 11417 + :versions: 2.0.31 Set up full Python 3.13 support to the extent currently possible, repairing issues within internal language helpers as well as the serializer extension diff --git a/doc/build/changelog/unreleased_14/11471.rst b/doc/build/changelog/unreleased_14/11471.rst index f669eabc78..47fda83757 100644 --- a/doc/build/changelog/unreleased_14/11471.rst +++ b/doc/build/changelog/unreleased_14/11471.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, sql :tickets: 11471 + :versions: 2.0.31 Fixed caching issue where using the :meth:`.TextualSelect.add_cte` method of the :class:`.TextualSelect` construct would not set a correct cache key diff --git a/doc/build/changelog/unreleased_14/11514.rst b/doc/build/changelog/unreleased_14/11514.rst index 81f0ddeddc..145f87f438 100644 --- a/doc/build/changelog/unreleased_14/11514.rst +++ b/doc/build/changelog/unreleased_14/11514.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, mssql :tickets: 11514 + :versions: 2.0.32 Fixed issue where SQL Server drivers don't support bound parameters when rendering the "frame specification" for a window function, e.g. "ROWS diff --git a/doc/build/changelog/unreleased_14/11544.rst b/doc/build/changelog/unreleased_14/11544.rst index 82639e54e8..6bc3b9705f 100644 --- a/doc/build/changelog/unreleased_14/11544.rst +++ b/doc/build/changelog/unreleased_14/11544.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, sql :tickets: 11544 + :versions: 2.0 Fixed caching issue where the :paramref:`_sql.Select.with_for_update.key_share` element of diff --git a/doc/build/changelog/unreleased_14/11562.rst b/doc/build/changelog/unreleased_14/11562.rst index 15ccd0df6d..beaad36335 100644 --- a/doc/build/changelog/unreleased_14/11562.rst +++ b/doc/build/changelog/unreleased_14/11562.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, orm, regression :tickets: 11562 + :versions: 2.0.32 Fixed regression going back to 1.4 where accessing a collection using the "dynamic" strategy on a transient object and attempting to query would diff --git a/doc/build/changelog/unreleased_14/11582.rst b/doc/build/changelog/unreleased_14/11582.rst index 935af9b244..6a2009cbae 100644 --- a/doc/build/changelog/unreleased_14/11582.rst +++ b/doc/build/changelog/unreleased_14/11582.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, reflection, sqlite :tickets: 11582 + :versions: 2.0.32 Fixed reflection of computed column in SQLite to properly account for complex expressions. diff --git a/doc/build/changelog/unreleased_14/greenlet_compat.rst b/doc/build/changelog/unreleased_14/greenlet_compat.rst index d9eb51cd9c..95ce98113d 100644 --- a/doc/build/changelog/unreleased_14/greenlet_compat.rst +++ b/doc/build/changelog/unreleased_14/greenlet_compat.rst @@ -1,5 +1,6 @@ .. change:: :tags: usecase, engine + :versions: 2.0.31 Modified the internal representation used for adapting asyncio calls to greenlets to allow for duck-typed compatibility with third party libraries diff --git a/doc/build/changelog/unreleased_14/mypy1110.rst b/doc/build/changelog/unreleased_14/mypy1110.rst index 1dc5e0dc3e..3f1fe05ce2 100644 --- a/doc/build/changelog/unreleased_14/mypy1110.rst +++ b/doc/build/changelog/unreleased_14/mypy1110.rst @@ -1,6 +1,6 @@ .. change:: :tags: bug, mypy - :versions: 2.0 + :versions: 2.0.32 The deprecated mypy plugin is no longer fully functional with the latest series of mypy 1.11.0, as changes in the mypy interpreter are no longer