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
Ref: brianmario/mysql2#1383
If we eagerly close uncached statements, we drastically reduce the
risk of one of them being GCed between `#query` and `#affected_rows`.
The bug is still there thouhg, and can happen when `#execute` is
used.
0 commit comments