diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-03-18 12:56:18 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-03-18 12:56:18 -0400 |
commit | 9914f39936489cbcfad2f8f94ae5ff0894d7e13c (patch) | |
tree | d38d74f8ba202bc3d8366fee5296947c07a9a222 | |
parent | 0a0c7c73729152b7606509b6e750371106dfdd46 (diff) | |
download | sqlalchemy-9914f39936489cbcfad2f8f94ae5ff0894d7e13c.tar.gz |
add forwards port
Change-Id: If82a883fef40d3cf4717b927024b0b83a8e47a5d
-rw-r--r-- | doc/build/changelog/unreleased_14/9506.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/9506.rst b/doc/build/changelog/unreleased_14/9506.rst index 2533a986b..c2135a9c6 100644 --- a/doc/build/changelog/unreleased_14/9506.rst +++ b/doc/build/changelog/unreleased_14/9506.rst @@ -1,6 +1,7 @@ .. change:: :tags: bug, sql :tickets: 9506 + :versions: 2.0.7 Fixed critical SQL caching issue where use of the :meth:`_sql.Operators.op` custom operator function would not produce an appropriate |