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
Prevent UnboundLocalError during unbuffered query (#1174)
Addresses the issue of `UnboundLocalError` which occurs when
`MySQLResult` class fails to initialize due to a `SystemExit` exception
by initialising the `MySQLResult` object before `try/except` block.
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
0 commit comments