]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add missing forwards port versions
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jul 2024 15:58:38 +0000 (11:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 29 Jul 2024 15:59:39 +0000 (11:59 -0400)
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)

doc/build/changelog/unreleased_14/11417.rst
doc/build/changelog/unreleased_14/11471.rst
doc/build/changelog/unreleased_14/11514.rst
doc/build/changelog/unreleased_14/11544.rst
doc/build/changelog/unreleased_14/11562.rst
doc/build/changelog/unreleased_14/11582.rst
doc/build/changelog/unreleased_14/greenlet_compat.rst
doc/build/changelog/unreleased_14/mypy1110.rst

index 5182c03ea862df6bc34792674066b20c2627b8e5..b37af43e3d372b65bd5b7b73bf0862f32eedac16 100644 (file)
@@ -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
index f669eabc7895bc8ba647837149faa98afb870c19..47fda837575ac4bfdfdc42fdf147b5355f4375d2 100644 (file)
@@ -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
index 81f0ddeddc00be4c36a045ea10a4ed0c7fe239be..145f87f4384aeaa5609cdc2fe2a6d52ec0a96d46 100644 (file)
@@ -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
index 82639e54e844daf26c486e3dbc8dcbe8734ba592..6bc3b9705f4080e16b2526286f98142c2174ed53 100644 (file)
@@ -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
index 15ccd0df6d22fa110d0147035a087b30e16d4422..beaad363351af70bd3e7948b58f126ea603244bb 100644 (file)
@@ -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
index 935af9b2444f1303be16121c3288a936439b0e26..6a2009cbae460075953f88fbe560bfa9c3190d43 100644 (file)
@@ -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.
index d9eb51cd9c0b8900096c355edc5face6f0f55422..95ce98113dff4d2152090e14cf50fa51e5daf022 100644 (file)
@@ -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
index 1dc5e0dc3ec9195af488477029cdd8ad90fa51cf..3f1fe05ce2dfa67376e971217950571fde95c220 100644 (file)
@@ -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