* Fix import of establish_pyodbc_connection to not check sys.modules for pyodbc.
0.15.4
Not secure
* Dates and years checks now use values from constants and we do not need to pass min/max into the corresponding functions: * check_date() * check_year()
0.15.3
Not secure
* Move the import of pyodbc within the function that uses it since it requires additional dependencies.