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
Ignore SQLSTATE '45000' when RejectReadOnly is set
SQLSTATE '45000' is for user-defined exceptions.
Their errno can collide with system exceptions however.
Don't close the connection on user exceptions.
0 commit comments