]> 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>
Thu, 18 Mar 2021 22:38:09 +0000 (23:38 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Fri, 19 Mar 2021 23:01:56 +0000 (00:01 +0100)
commit1984b6d3c7fd95dd22203cb75fb3fb65348c4158
tree1da425e6ec27a3d5379ab646dade91a43ecb758e
parentd0812a1abf903f6b5f1a0bfb19f8c87a665f8309
Allow dropping a schema with a sequence shared by more than one table.

Fixes: #6071
Change-Id: I5c4483abf075622cccb73cb4c4f8c873174b4e32
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