Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create connection characteristics API; implement postgresql flags | Mike Bayer | 2020-09-08 | 1 | -0/+56 |
Added support for PostgreSQL "readonly" and "deferrable" flags for all of psycopg2, asyncpg and pg8000 dialects. This takes advantage of a newly generalized version of the "isolation level" API to support other kinds of session attributes set via execution options that are reliably reset when connections are returned to the connection pool. Fixes: #5549 Change-Id: I0ad6d7a095e49d331618274c40ce75c76afdc7dd |