summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-11-09 20:35:50 +0000
committerGerrit Code Review <gerrit@ci3.zzzcomputing.com>2021-11-09 20:35:50 +0000
commit0c6071513fea9d183dc67979a239dff746992571 (patch)
tree0793651d0acb05c5039684bbe5f23e975794f2a3 /doc
parent8b1d59a95479802b5d568999e751f637ac310879 (diff)
parentf5836f29f5612d5f653683644566a57c47291b5d (diff)
downloadsqlalchemy-0c6071513fea9d183dc67979a239dff746992571.tar.gz
Merge "Fixes: #7295" into main
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_14/7295.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/7295.rst b/doc/build/changelog/unreleased_14/7295.rst
new file mode 100644
index 000000000..058c9d16a
--- /dev/null
+++ b/doc/build/changelog/unreleased_14/7295.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, schema
+ :tickets: 7295
+
+ Fixed issue in :class:`.Table` where the
+ :paramref:`.Table.implicit_returning` parameter would not be
+ accommodated correctly when passed along with
+ :paramref:`.Table.extend_existing` to augment an existing
+ :class:`.Table`.