2021-02-22 11:28:59 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-aiosqlite: updated to 0.17.0 v0.17.0 Feature release * Connection objects now raise ValueError when closed and a command is executed * Fix documented examples in readme |
2021-01-24 21:08:38 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-aiosqlite: updated to 0.16.1 v0.16.1 Bug fix release - Reduce logging severity for exceptions - Stop logging result objects; they can be big |
2020-11-02 11:16:14 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: 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-07-15 16:07:52 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: 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-12 19:46:29 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-aiosqlite: updated to 0.14.1 v0.14.1 Bugfix release - Remove debugging print() calls. Oops! |
2020-07-10 16:44:47 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: 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-05-26 14:41:25 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: py-aiosqlite: switch to distutils |
2020-05-23 10:20:54 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: py-aiosqlite: added version 0.13.0 AsyncIO bridge to the standard sqlite3 module for Python 3.5+. |