=========================
- autoload bug fix with SQLAlchemy 1.4.x
- remove warning message while connection
- add columns reflection with comments
- other bug fixes reported
2021/07/19
- add support for sqlalchemy 1.4
- Missing none check for dbma_name
- Set issolation level
- Other bug fixes
2021/03/03
- issolation level bug fix.
2020/12/07
- Added ZOS server support for applications to connect
- Added Iseries server support for application to connect
- Add CurrentSchema key word as part of connection string support
- Added fix for multiple issues
2019/05/30
- Added fix for missing "CURRENT ISOLATION" register
- Fixed Autocommit not working for pyodbc
- Fixed NameError: name 'asbool' is not defined python
2016/08/29
- Fixed multiple defects mentioned below
- Add documentation on alchemy url for conncetion over ssl
- DB2 on AS400: An unexpected token "ISOLATION" was found on ibm_db_sa/ibm_db.py
- Getting AttributeError for AS400
- name 'unicode' is not defined
- AttributeError when using pyodbc
- add capability to the driver to generate query with literals, compile_kwargs={"literal_binds": True}
2016/08/30
-Added Support for Python 3.x