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
fix(jdbc-driver): Log errors from connection pool factory (#8903)
generic-pool will just silently throw those away, so we should at least log them
Some supporting changes:
* Set logger to simple console wrapper in driver tests
* Remove unused import
* Actually call connection.close in pool's destroy
0 commit comments