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
Under the current Postgres Protocol, a single ErrorResponse may contain multiple ErrorMessages within it. Currently, we are retrieving the first ErrorMessage from the response, then throwing the rest on the floor.
This needs to be fixed pre 0.1.0, but returning multiple messages needs to wait until we have a better handle on Dispatcher Architecture.
The text was updated successfully, but these errors were encountered:
Under the current Postgres Protocol, a single ErrorResponse may contain multiple ErrorMessages within it. Currently, we are retrieving the first ErrorMessage from the response, then throwing the rest on the floor.
This needs to be fixed pre
0.1.0
, but returning multiple messages needs to wait until we have a better handle on Dispatcher Architecture.The text was updated successfully, but these errors were encountered: