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
~ $ psql postgresql://glaredb:[email protected]:6543/glaredb?options=--name%3Ddoes-not-exist
psql: error: connection to server at "proxy.glaredb.com" (34.132.144.12), port 6543 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
We should be sending back an appropriate error response to the connection.
We should also be checking the status of the response before trying to decode. If it's not 200, then it's an error response and we should display that error to the user.
When specifying an incorrect database name:
We should be sending back an appropriate error response to the connection.
Related: #217
The text was updated successfully, but these errors were encountered: