summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-03-10 21:05:35 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-03-10 21:05:35 +0000
commit7f4df1625ef06cbfda5ca2db34984fd576506fff (patch)
tree87678b76f0a1ece5644599aa83851db4cdbe4965 /doc
parent3a7bd8405c3a5970ed295b4efdfa790c4a7d8875 (diff)
parent2c9796b10c3e85450afdeedc4003607abda2f2db (diff)
downloadsqlalchemy-7f4df1625ef06cbfda5ca2db34984fd576506fff.tar.gz
Merge "repair broken lambda patch" into main
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9461.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9461.rst b/doc/build/changelog/unreleased_20/9461.rst
new file mode 100644
index 000000000..3397cfe27
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9461.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, sql, regression
+ :tickets: 9461
+
+ Fixed regression where the fix for :ticket:`8098`, which was released in
+ the 1.4 series and provided a layer of concurrency-safe checks for the
+ lambda SQL API, included additional fixes in the patch that failed to be
+ applied to the main branch. These additional fixes have been applied.