diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-11 10:50:58 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-11 10:50:58 -0400 |
commit | fe6c3605df25d083c20f39fbd176a0c0a6736056 (patch) | |
tree | cd8c1b82ccd2126cc8e80aa683b033a3074e7943 /test/dialect/mssql/test_compiler.py | |
parent | 96bb6dc56d1da2b4fa30afd08ac4dfa665752913 (diff) | |
download | sqlalchemy-fe6c3605df25d083c20f39fbd176a0c0a6736056.tar.gz |
Emit deprecation warning for **kw passed to session.execute()
Passing keyword arguments to methods such as :meth:`_orm.Session.execute`
to be passed into the :meth:`_orm.Session.get_bind` method is deprecated;
the new :paramref:`_orm.Session.execute.bind_arguments` dictionary should
be passed instead.
Fixes: #5573
Change-Id: I555bda84384dbf6d12ba4483c486f9488be0fa25
Diffstat (limited to 'test/dialect/mssql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions