]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix constraint_name type of create_foreign_key
authorTilmanK <tilman.krummeck@googlemail.com>
Tue, 14 Sep 2021 19:39:59 +0000 (15:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Sep 2021 13:26:59 +0000 (09:26 -0400)
commit4abcbcd56ae1a657334195a18c46bd6b3d5e444a
tree6a8b2406c7b46aac0780e470c772c0d762fb27f2
parenta2a9e197ca41bc9f5f61ff22646485871348e8da
Fix constraint_name type of create_foreign_key

Fixed type annotations for the "constraint_name" argument of operations
``create_primary_key()``, ``create_foreign_key()``.  Pull request courtesy
TilmanK.

Closes: #914
Pull-request: https://github.com/sqlalchemy/alembic/pull/914
Pull-request-sha: 39d44af226b2103da3964daf3229880a0958b97c

Change-Id: Iec4b392c70ae0eeda06dcbfda95a2f044e976686
alembic/op.pyi
alembic/operations/ops.py
docs/build/unreleased/914.rst [new file with mode: 0644]