diff options
| -rw-r--r-- | doc/build/changelog/unreleased_14/8446.rst | 2 | ||||
| -rw-r--r-- | doc/build/changelog/unreleased_14/8456.rst | 4 | ||||
| -rw-r--r-- | doc/build/changelog/unreleased_14/8475.rst | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/build/changelog/unreleased_14/8446.rst b/doc/build/changelog/unreleased_14/8446.rst index 9f4cdfddd..7366315a9 100644 --- a/doc/build/changelog/unreleased_14/8446.rst +++ b/doc/build/changelog/unreleased_14/8446.rst @@ -1,5 +1,5 @@ .. change:: - :tags: bug, ext + :tags: bug, orm :tickets: 8446 Fixed issue in :mod:`sqlalchemy.ext.mutable` extension where collection diff --git a/doc/build/changelog/unreleased_14/8456.rst b/doc/build/changelog/unreleased_14/8456.rst index ca769fd34..6f0e84651 100644 --- a/doc/build/changelog/unreleased_14/8456.rst +++ b/doc/build/changelog/unreleased_14/8456.rst @@ -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. diff --git a/doc/build/changelog/unreleased_14/8475.rst b/doc/build/changelog/unreleased_14/8475.rst index 22fc3f2dd..bec64c6a4 100644 --- a/doc/build/changelog/unreleased_14/8475.rst +++ b/doc/build/changelog/unreleased_14/8475.rst @@ -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. |
