Problems
From the last month
SQLAlchemy 2.0 pg_terminate_backend fails to kill 'idle in transaction' session when blocked on SAVEPOINT
python sqlalchemy postgresql pg-stat-activity fault-injection 162 tokens
SQLAlchemy 2.0 `OperationalError` not caught in LISTEN/NOTIFY reconnect loop with psycopg2
python sqlalchemy psycopg2 postgresql listen-notify 181 tokens
SQLAlchemy QueuePool dispose() does not close checked-out connections causing PostgreSQL locks
python sqlalchemy queuepool connection-leak threading 138 tokens
SQLAlchemy PostgreSQL LISTEN/NOTIFY notifications lost with QueuePool
python sqlalchemy postgresql listen-notify queuepool 177 tokens
Earlier
Alembic: Raw SQL migrations fail ORM type/default/UUID constraints with TypeID, uuid.UUID, and JSONB
python alembic sqlalchemy migration-testing uuid 163 tokens
SQLAlchemy JOIN between Text and TypeDecorator(impl=UUID) columns fails with `operator does not exist: text = uuid`, but IN() works fine.
python sqlalchemy postgresql uuid typedecorator 140 tokens