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
The error handling logic for a query error are different to a connection error and we should allow a user to rescue these in different places without having to pattern match on key/values of a single struct. Note that its already possible for DBConnection.ConnectionError to be raised because of how DBConnection handles pooling.
The text was updated successfully, but these errors were encountered:
The error handling logic for a query error are different to a connection error and we should allow a user to
rescue
these in different places without having to pattern match on key/values of a single struct. Note that its already possible forDBConnection.ConnectionError
to be raised because of howDBConnection
handles pooling.The text was updated successfully, but these errors were encountered: