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
Merged PR #44: Connection handling. All drivers now automatically reconnect
to database servers and re-run queries when they receive a disconnect. This
behavior can be controlled by a new DSN parameter, reconnect, which specifies
how many attempts are made, and defaults to 0.
(@thekid)