- Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility
- Resolve issue where query is sometimes missing
- Update psycopg2 to 2.8 to support python 3.8
- Drop Python 2.7 support
- Pinned cx_Oracle<=7.3.0. Addresses #9
- Fixed issue with generic query where connection was being closed before query results were returned. Contributed by Bradley Bishop (Encore Technologies)
- Pack bump to update files from master to a tagged release.
- Initial Revision