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
In JDBC V1 version it had the option to disable an extra query (select currentUser() user, timezone() timezone, version()...) that is made to the server by setting server & time zone values.
In the JDBC new implementation this.client.loadServerInfo(); is triggered at ConnectionImpl
It would be great if we had a similar mechanism as well