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
During implementation of #41 / #42 the function to log the Exasol JDBC driver version was lost.
Due to dependency issues we can't have a compile time dependency on the JDBC driver, instead we need to use reflection.
AC
The driver gets the JDBC driver version via reflection
Failures (e.g. missing driver on classpath) are handled gracefully without throwing an exception
During implementation of #41 / #42 the function to log the Exasol JDBC driver version was lost.
Due to dependency issues we can't have a compile time dependency on the JDBC driver, instead we need to use reflection.
AC
See also #40
The text was updated successfully, but these errors were encountered: