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
beginTransaction(): Reconnect if connection is lost
If we're beginning a new transaction, we should check if the exception
was caused by a lost connection. If so, then try again (like we do when
when running a query/statement).
We won't do a reconnect if it is a nested transaction though, because if
the connection has been lost then the transaction has already been
rolled back. (Queries/statements already won't try to reconnect if
they're inside a transaction, either.)
0 commit comments