summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2021-11-05 12:38:30 -0400
committerjonathan vanasco <jonathan@2xlp.com>2021-11-06 12:34:49 -0400
commitf5836f29f5612d5f653683644566a57c47291b5d (patch)
tree755dd6fcd4c88af6a6d029751a22d7cfa70121bc /doc
parent5501649d1a78ae0a2f570cd54d2be6289a28ce2d (diff)
downloadsqlalchemy-f5836f29f5612d5f653683644566a57c47291b5d.tar.gz
Fixes: #7295
Fixed issue in ``Table``` object where: param:`implicit_returning` was not compatible with: param:`extend_existing`. Change-Id: I16f4ab585d82f5691a3fed9eba04b84730a8a59e
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`.