Files
superset2/superset
Amin Ghadersohi 1facda454c fix(mcp): broaden pre-call session cleanup to catch DBAPIError not just OperationalError
Some database drivers (e.g. MySQL, SQLite) surface dropped connections as
InterfaceError rather than OperationalError. Both are DBAPIError subclasses.
Widen the catch in _remove_session_safe() so all DBAPI-level disconnect
errors are handled consistently regardless of driver.
2026-05-07 16:56:38 +00:00
..
2024-05-29 19:04:37 -07:00
2024-05-29 19:04:37 -07:00
2026-04-24 15:52:42 -04:00