]> 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:11 +0000 (20:34 +0000)
commit69e5dfde3ed6cbecae82459a82e0a1fda6228b0e
treedf28666f9a725f5e5f0c4f666917d3c8552dcc9a
parente120837b682a3a822c2dff136ad48b1ca9fb6ce2
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
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/interfaces.py