]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Emit deprecation warning for general DDLElement.bind argument
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Dec 2020 15:36:57 +0000 (10:36 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Dec 2020 16:51:07 +0000 (11:51 -0500)
commit6eaa1bea221fdcb5943a037c31951d8ef103e092
treec4f0821b99844b38881cb3a88595ab3fab45ebed
parentaa47eca615eaf8277f6a6365a05539fda1b725e2
Emit deprecation warning for general DDLElement.bind argument

Change-Id: I8ab1fd98340cb30aa43075508b3a0b9feffa290c
lib/sqlalchemy/sql/ddl.py
test/engine/test_deprecations.py
test/sql/test_deprecations.py