Path to this page:
./
databases/py-aiosqlite,
Async bridge to the standard sqlite3 module
Branch: CURRENT,
Version: 0.17.0,
Package name: py38-aiosqlite-0.17.0,
Maintainer: pkgsrc-usersAsyncIO bridge to the standard sqlite3 module for Python 3.5+.
Required to run:[
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e3f46c44e72fca29ab3d88344e0ad87af1651e75
RMD160: 94217b009448ce0f3d052f2ebc183b5713a481b8
Filesize: 25.333 KB
Version history: (Expand)
- (2021-02-22) Updated to version: py38-aiosqlite-0.17.0
- (2021-01-24) Updated to version: py38-aiosqlite-0.16.1
- (2020-11-02) Updated to version: py37-aiosqlite-0.16.0
- (2020-07-15) Updated to version: py37-aiosqlite-0.15.0
- (2020-07-12) Updated to version: py37-aiosqlite-0.14.1
- (2020-05-26) Updated to version: py37-aiosqlite-0.13.0nb1
CVS history: (Expand)
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+.
|