Commit graph

6 commits

Author SHA1 Message Date
adam
1fd0fdcf79 py-aiosqlite: updated to 0.16.0
v0.16.0
-------
Feature release
* Improved performance for async iteration on cursors
* Support for deterministic user functions in Python 3.8+
* Reduced logging severity for exceptions returned from children
* Fix InvalidStateError when setting future results
* Allow user to catch exceptions from `close()`
* Tested under Python 3.9
2020-11-02 10:16:13 +00:00
adam
a1ee7d9429 py-aiosqlite: updated to 0.15.0
v0.15.0

Feature release
- Support for accessing connections from multiple event loops
- Fixed type annotations for connection methods returning cursors
- Move cursors into separate module from connections
- Deprecated `loop` parameter to `connect()` and `Connection`
2020-07-15 14:07:51 +00:00
adam
452fe7650c py-aiosqlite: updated to 0.14.1
v0.14.1
Bugfix release
- Remove debugging print() calls. Oops!
2020-07-12 17:46:29 +00:00
adam
4a7776c2d4 py-aiosqlite: updated to 0.14.0
v0.14.0
- `Connection.backup()` now supported
- PEP 561 support added to mark the package as type annotated
- Better/fixed type annotations for context managers
2020-07-10 14:44:47 +00:00
adam
4cf5cc30c6 py-aiosqlite: switch to distutils 2020-05-26 12:41:25 +00:00
adam
d37b6fc1c2 py-aiosqlite: added version 0.13.0
AsyncIO bridge to the standard sqlite3 module for Python 3.5+.
2020-05-23 08:20:53 +00:00