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
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
The automatic dialect detection will return a DEADLINE_EXCEEDED error if the session pool failed to create any sessions. This for example happens if the user has requested a DatabaseClient for a database that does not exist, or that the user is not permitted to see. This is caused by the fact that the automatic dialect detection query is never triggered, as there is never any sessions being added to the pool.
The automatic dialect detection will return a
DEADLINE_EXCEEDEDerror if the session pool failed to create any sessions. This for example happens if the user has requested aDatabaseClientfor a database that does not exist, or that the user is not permitted to see. This is caused by the fact that the automatic dialect detection query is never triggered, as there is never any sessions being added to the pool.