diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2020-10-31 01:05:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-10-31 01:05:01 +0000 |
commit | c67b338590866ff23689d91cfb8034bd67bdd8fd (patch) | |
tree | 1e78becf2ff7bb86188e3e755e2fdf7dcc015edd /lib/sqlalchemy/sql/compiler.py | |
parent | 841eb216644202567ebddfc0badc51a3a35e98c3 (diff) | |
parent | 0718add3714451c1ae8ca00215ffb6c0fabdf366 (diff) | |
download | sqlalchemy-c67b338590866ff23689d91cfb8034bd67bdd8fd.tar.gz |
Merge "Deprecate bind args, execute() methods that were missed"
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 23c9d5c0a..9b90bf868 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 |