pkgsrc/databases/py-asyncpg
adam bf3671cc1d py-asyncpg: updated to 0.14.0
v0.14.0:
Backwards Incompatible Changes:
asyncpg now reports the server version as x.0.y for PostgreSQL 10.0 and later.
This is in alignment with how upstream is interpreting the "minor" version
component now.

Improvements:
Support timeouts in Connection.close() and Pool.release()
Invalidate type cache on schema changes affecting statement result.
A new Connection.reload_schema_state() method.
Add CrateDB detection

Bug Fixes:
Make prepared statement uid generator global
Document pgbouncer-related prepared statement breakage
Fix unaligned access issues in host-network byte I/O on ARM
Fix issues with timetz type I/O
Consistently use postgres/postgres as database/user pair in tests
Fix Range.__hash__()
Guard transaction methods against underlying connection release
2017-12-30 10:31:29 +00:00
..
DESCR
distinfo py-asyncpg: updated to 0.14.0 2017-12-30 10:31:29 +00:00
Makefile py-asyncpg: updated to 0.14.0 2017-12-30 10:31:29 +00:00
PLIST py-asyncpg: updated to 0.14.0 2017-12-30 10:31:29 +00:00