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
Currently, the default value of jdbcdriver is com.amazon.redshift.jdbc4.Driver, but this will not work if a user has installed the JDBC 4.1 driver. Instead of hardcoding either the 4.0 or 4.1 driver, we should handle the absence of a user-provided jdbcdriver config by first trying to load the JDBC4 driver and falling back to attempt the 4.1 driver (or vice versa).
Currently, the default value of
jdbcdriver
iscom.amazon.redshift.jdbc4.Driver
, but this will not work if a user has installed the JDBC 4.1 driver. Instead of hardcoding either the 4.0 or 4.1 driver, we should handle the absence of a user-providedjdbcdriver
config by first trying to load the JDBC4 driver and falling back to attempt the 4.1 driver (or vice versa).See #56 (comment) for additional context.
The text was updated successfully, but these errors were encountered: