]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #7295
authorjonathan vanasco <jonathan@2xlp.com>
Fri, 5 Nov 2021 16:38:30 +0000 (12:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Nov 2021 17:37:06 +0000 (12:37 -0500)
commit1a9487accf0461cf489ae0a124384232cbe73a73
tree23bf96c17e69b50a9b8bd427a64548f8e64d0a2f
parent9ee47d90d804dc815685d42913ad170e04c38659
Fixes: #7295
Fixed issue in ``Table``` object where: param:`implicit_returning` was not
compatible with: param:`extend_existing`.

(cherry picked from commit f5836f29f5612d5f653683644566a57c47291b5d)

Change-Id: I16f4ab585d82f5691a3fed9eba04b84730a8a59e
doc/build/changelog/unreleased_14/7295.rst [new file with mode: 0644]
lib/sqlalchemy/sql/schema.py
test/sql/test_metadata.py