* Bug fix - closing a connection didn't close open cursors as well * New test - Running a query and not closing a cursor directly * Tests fix - Running tests on a different machine * Added Python 3.10 support for SSL connections * Some clearer printouts
3.0.4
------------ *17/08/2020*
* Parsing server side json errors for better output
3.0.3
------------ *07/07/2020*
* Fixed bad error message on timeout * A few adaptations to avoid memory buildup in large ETLs * Avoid double close statement for clearer SQreamd logs
3.0.2
------------ *10/04/2020*
* Fixed bug in which a faulty statement would silently fail with `execute` and `executemany`
3.0.1
------------- *09/01/2020*
* Returned support for Python 3.6 * Fixed minor packaging issue with README opening as UTF-8
3.0.0
---------- *05/01/2020*
* Connector rewritten to be DB-API complaint * Minimal supported Python version 3.7 * Tests: updated to run on Windows, and accept sqreamd from command line