Releases: aio-libs/aioodbc
Releases · aio-libs/aioodbc
Release 0.5.0
Release 0.4.1
Changes
- Implemented cursor setinputsizes.
- Implemented cursor fetchval.
- Added more type annotations.
- Added autocommit setter for cusror.
Release 0.4.0
Changes
- Fixed compatibility with python 3.9+.
- Removed usage of explicit loop parameter.
- Added default read size parameter for cursor.
- Updated tests and CI scripts.
- Code base formatted with black.
Release 0.3.3
Release 0.3.2
Changes
- Added basic documentation for after_created and ThreadPoolExecutor #176 (thanks @alexhagerman)
- Cursor/connection context managers now rollback transaction on error,
otherwise commit if autocommit=False #178 (thanks @julianit)
Release 0.3.1
Changes
- Add after_create hook for connection configuration (thanks @lanfon72)
Release 0.3.0
Release 0.2.0
Release 0.1.0
Changes
- Fixed project version
Release 0.0.4
Changes
- Improved mysql tests