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
Add OpenConnector to Driver to satisfy DriverContext interface
sql.Open will use driver's OpenConnector instead of its
Open method. This will enable TCP keepalive support.
Note, testDriver was added for TestRuntimeParameters since it
expects old fashioned Driver interface (without OpenConnector).
0 commit comments