]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Raname ``mustexit`` to ``must_exist``
authorFederico Caselli <cfederico87@gmail.com>
Thu, 3 Sep 2020 20:11:30 +0000 (22:11 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 3 Sep 2020 21:46:35 +0000 (23:46 +0200)
commitbcfb12f813983d3215a6e2513cfc0b64534d8efe
treee15f17c87aaef7513a8db39c4d8691234510b98c
parent55843040b1b4e1493e27051f5125fa322a43dc31
Raname ``mustexit`` to ``must_exist``

:class:`_schema.Table` parameter ``mustexist`` has been renamed
to :paramref:`_schema.Table.must_exist` and will now warn when used.

Change-Id: I0b0ca6021f9f7cfbe2040bbc1125a2236ac79f53
doc/build/changelog/unreleased_14/table_mustexist.rst [new file with mode: 0644]
lib/sqlalchemy/sql/schema.py
test/dialect/postgresql/test_reflection.py
test/sql/test_deprecations.py
test/sql/test_metadata.py