z5labs/gogm

Connectivity test query should take configured target DBs into account

fbiville opened this issue · 0 comments

Currently, ""return 1"" is sent against the server to test the connectivity and verify the server version.

The session used to run execute this statement targets the default database, which may not be accessible by the configured user.

A possible fix could be to try executing the test query against every configured target database until a successful execution occurs.