You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQLCursor calls use_result to use server-side cusor.
but this is supported by MySQL-Python's SSCursor class (by CursorUseResultMixIn).
and pymysql also has SSCursor class.
roadmap
1.0 deprecate
1.1 drop
The text was updated successfully, but these errors were encountered:
MySQLCursor calls
use_result
to use server-side cusor.but this is supported by MySQL-Python's SSCursor class (by CursorUseResultMixIn).
and pymysql also has SSCursor class.
roadmap
The text was updated successfully, but these errors were encountered: