BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Reinstall option flag #55

Closed dvalters closed 4 years ago

dvalters commented 4 years ago

Summary

Adds a --reinstall optional flag that reinstalls the Oracle drivers, for example to deal with an aborted installation or to force a reinstall, or to install a different version of the already installed drivers. Extra tests in test suite to verify behaviour.

Closes #2, #54, #60

To test