Path to this page:
Subject: CVS commit: pkgsrc/databases/py-sqlalchemy
From: Adam Ciarcinski
Date: 2021-01-18 10:50:36
Message id: 20210118095036.70590FA9D@cvs.NetBSD.org
Log Message:
py-sqlalchemy: updated to 1.3.22
1.3.22
oracle
[oracle] [bug]
Fixed regression which occured due to 5755 which implemented isolation level \
support for Oracle. It has been reported that many Oracle accounts don’t \
actually have permission to query the v$transaction view so this feature has \
been altered to gracefully fallback when it fails upon database connect, where \
the dialect will assume “READ COMMITTED” is the default isolation level as \
was the case prior to SQLAlchemy 1.3.21. However, explicit use of the \
Connection.get_isolation_level() method must now necessarily raise an exception, \
as Oracle databases with this restriction explicitly disallow the user from \
reading the current isolation level.
Files: