diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-10-29 12:38:42 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-10-30 20:22:13 -0400 |
commit | 0718add3714451c1ae8ca00215ffb6c0fabdf366 (patch) | |
tree | c472fbc4bb6052a87980ee93f5471fdff93e2338 /lib/sqlalchemy/testing/warnings.py | |
parent | 10851b002844fa4f9de7af92dbb15cb1133497eb (diff) | |
download | sqlalchemy-0718add3714451c1ae8ca00215ffb6c0fabdf366.tar.gz |
Deprecate bind args, execute() methods that were missed
in particular text(bind), DDL.execute().
Change-Id: Ie85ae9f61219182f5649f68e5f52b4923843199c
Diffstat (limited to 'lib/sqlalchemy/testing/warnings.py')
-rw-r--r-- | lib/sqlalchemy/testing/warnings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/warnings.py b/lib/sqlalchemy/testing/warnings.py index f3eb2b135..cf88a70c4 100644 --- a/lib/sqlalchemy/testing/warnings.py +++ b/lib/sqlalchemy/testing/warnings.py @@ -66,6 +66,8 @@ def setup_filters(): r"The MetaData.bind argument is deprecated", r"The ``bind`` argument for schema methods that invoke SQL ", r"The Executable.bind attribute is considered legacy ", + r"The Function.bind argument", + r"The select.bind argument", # # result sets # |