summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-10-31 01:05:01 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-10-31 01:05:01 +0000
commitc67b338590866ff23689d91cfb8034bd67bdd8fd (patch)
tree1e78becf2ff7bb86188e3e755e2fdf7dcc015edd /lib/sqlalchemy/testing
parent841eb216644202567ebddfc0badc51a3a35e98c3 (diff)
parent0718add3714451c1ae8ca00215ffb6c0fabdf366 (diff)
downloadsqlalchemy-c67b338590866ff23689d91cfb8034bd67bdd8fd.tar.gz
Merge "Deprecate bind args, execute() methods that were missed"
Diffstat (limited to 'lib/sqlalchemy/testing')
-rw-r--r--lib/sqlalchemy/testing/warnings.py2
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
#