odbc_adapter
odbc_adapter copied to clipboard
[4.2.x] Fix #reconnect! method and CI config
The #reconnect!
method didn't work because the configuration wasn't kept in the adapter instance. This kept the method from actually being able to rebuild a connection.
Also, while I was in here, I made Travis work again after their recent changes and added a test for the connection methods that are implemented.
I have another PR incoming for backporting the v5.x NullODBCAdapter
, so don't bump any version numbers just yet :)