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
Return OperationalError for closed connection (PyMySQL#276)
libmysqlclient returns CR_SERVER_GONE_ERROR(2006) when using
closed connection. But libmariadbclient cause SEGV.
For compatibility, emulate CR_SERVER_GONE_ERROR manually.
Ref: PyMySQLGH-270
0 commit comments