]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Sep 2022 00:49:15 +0000 (20:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Sep 2022 00:49:42 +0000 (20:49 -0400)
Change-Id: Ie0217dfea32d08abf7934950b1e1b381e612bb56
(cherry picked from commit 1ce530c0b25bc8a7d09b97bf300aba55d2603892)

doc/build/changelog/unreleased_14/8446.rst
doc/build/changelog/unreleased_14/8456.rst
doc/build/changelog/unreleased_14/8475.rst

index 9f4cdfddd6c016b922b84150ee8d61fe8029ba05..7366315a9365a2c69575cfdd3d88fe2b4265225a 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, ext
+    :tags: bug, orm
     :tickets: 8446
 
     Fixed issue in :mod:`sqlalchemy.ext.mutable` extension where collection
index ca769fd34240986a3a5fcea60929c20ef5db7a89..6f0e846510cc85f80789580ab37152abddf95455 100644 (file)
@@ -6,7 +6,7 @@
     query placed as a subquery within an enclosing query for that same entity
     would fail to render the JOIN correctly for the inner query. The issue
     manifested in two different ways prior and subsequent to version 1.4.18
-    (related issue #6595), in one case rendering JOIN twice, in the other
-    losing the JOIN entirely. To resolve, the conditions under which
+    (related issue :ticket:`6595`), in one case rendering JOIN twice, in the
+    other losing the JOIN entirely. To resolve, the conditions under which
     "polymorphic loading" are applied have been scaled back to not be invoked
     for simple joined inheritance queries.
index 22fc3f2dd6b81099f8bb27945d36e12da246c851..bec64c6a4ab34d7c76348535b5f1d18539820fd7 100644 (file)
@@ -3,6 +3,6 @@
     :tickets: 8475
 
     Fixed regression caused by the fix for :ticket:`8231` released in 1.4.40
-    where connection would fail if the user does not have permission to query
-    the dm_exec_sessions or dm_pdw_nodes_exec_sessions system view when trying
-    to determine the current transaction isolation level.
+    where connection would fail if the user did not have permission to query
+    the ``dm_exec_sessions`` or ``dm_pdw_nodes_exec_sessions`` system views
+    when trying to determine the current transaction isolation level.