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/sql/compiler.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/sqlalchemy/sql/compiler.py') diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 10499975c..3819d1b9e 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -447,9 +447,6 @@ class Compiled(object): :param statement: :class:`_expression.ClauseElement` to be compiled. - :param bind: Optional Engine or Connection to compile this - statement against. - :param schema_translate_map: dictionary of schema names to be translated when forming the resultant SQL -- cgit v1.2.1