]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Removed force parameter from base.py
authorParth Shandilya <parth1989shandilya@gmail.com>
Mon, 4 Feb 2019 19:26:48 +0000 (14:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Feb 2019 23:47:06 +0000 (18:47 -0500)
commitfbe03002705981526e5489ae1f2505bdd7327082
tree7cecaa65aa2a072fb87a72092db0c2c760da5a46
parent4fb14eeca8dee9d7ec3b2ef2db2d11a329e84abe
Removed force parameter from base.py

Removed use of deprecated ``force`` parameter for SQLAlchemy quoting
functions as this parameter will be removed in a future release.
Pull request courtesy Parth Shandilya(ParthS007).

Fixes: #528
Closes: #532
Pull-request: https://github.com/sqlalchemy/alembic/pull/532
Pull-request-sha: 61ce70217527ab67395fa90ebaf4631837b3fe5a

Change-Id: I93b2a0697366b9c0f95338e134d032aaf32c7130
alembic/ddl/base.py
docs/build/unreleased/528.rst [new file with mode: 0644]