]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Deprecate bind args, execute() methods that were missed
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Oct 2020 16:38:42 +0000 (12:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Oct 2020 00:22:13 +0000 (20:22 -0400)
commit0718add3714451c1ae8ca00215ffb6c0fabdf366
treec472fbc4bb6052a87980ee93f5471fdff93e2338
parent10851b002844fa4f9de7af92dbb15cb1133497eb
Deprecate bind args, execute() methods that were missed

in particular text(bind), DDL.execute().

Change-Id: Ie85ae9f61219182f5649f68e5f52b4923843199c
13 files changed:
doc/build/conf.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/ddl.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/testing/warnings.py
test/engine/test_bind.py [deleted file]
test/engine/test_ddlevents.py
test/engine/test_deprecations.py
test/sql/test_resultset.py
test/sql/test_types.py