From 0718add3714451c1ae8ca00215ffb6c0fabdf366 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Oct 2020 12:38:42 -0400 Subject: Deprecate bind args, execute() methods that were missed in particular text(bind), DDL.execute(). Change-Id: Ie85ae9f61219182f5649f68e5f52b4923843199c --- lib/sqlalchemy/testing/warnings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/sqlalchemy/testing') 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 # -- cgit v1.2.1