Fix #223 ImportError with ibm_db > version 3.2.0
If running on Windows and with ibm_db or ibm_db_dbi module, the library determines current installation path of the module, adds clidriver/bin to it and adds the result to list of DLL's using os.add_dll_directory.
Full Changelog: v2.0.0...v2.0.2