]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove never-used get_result_cursor_strategy() method
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Feb 2022 18:51:22 +0000 (13:51 -0500)
committermike bayer <mike_mp@zzzcomputing.com>
Sat, 19 Feb 2022 20:34:16 +0000 (20:34 +0000)
commitbbc40f1f32c6495f4e6dd7546206affb78d6cbe2
treefe0532f89d8dfafe3365846b1053726a4f8b4915
parent63c398b7cf500b1a60eb383d30ff60fc36e3a806
remove never-used get_result_cursor_strategy() method

This method I would assume got committed during the
1.4 engine refactor, where we moved from different kinds of
ResultProxy implementations to different strategy
classes instead.   These strategies are set up by
dialects by setting "self.cursor_fetch_strategy"
in the execution context.   The method here was
likely a previous iteration of that which got merged
but was never used.

Change-Id: Iec292428f41c2c245bf7ae78beaa14786c28846c
(cherry picked from commit ec4a4910aa9ecc516cf3b096cb053fd9be7f82cc)
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/interfaces.py