]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Allow dropping a schema with a sequence shared by more than one table.
authorFederico Caselli <cfederico87@gmail.com>
Fri, 19 Mar 2021 23:06:32 +0000 (00:06 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 19 Mar 2021 23:06:32 +0000 (00:06 +0100)
commit6a74327e2bb187fec0363d838d62a173fe9b7421
tree97f2a107696ec093a116b1c4cc6ec7e067343577
parentd13542598452681739bc73b00cf956e538dffb52
Allow dropping a schema with a sequence shared by more than one table.

Fixes: #6071
Change-Id: I5c4483abf075622cccb73cb4c4f8c873174b4e32
(cherry picked from commit 158346a98bcaa28d44f34b194aac75cadd76f1ad)
doc/build/changelog/unreleased_13/6071.rst [new file with mode: 0644]
lib/sqlalchemy/sql/ddl.py
test/requirements.py
test/sql/test_sequences.py