On 2021-01-06 5:06 p.m., Leon Anavi wrote:
- 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.
Signed-off-by: Leon Anavi <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
---
...thon3-sqlalchemy_1.3.20.bb => python3-sqlalchemy_1.3.22.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.3.20.bb =>
python3-sqlalchemy_1.3.22.bb} (78%)
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.20.bb
b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.22.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.20.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.22.bb
index e8f598ada3..cf127241db 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.20.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.22.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c19467890539ff718c00a019c9c7a7b2"
-SRC_URI[md5sum] = "40200b570274446a05959abd3fa81778"
-SRC_URI[sha256sum] =
"d2f25c7f410338d31666d7ddedfa67570900e248b940d186b48461bd4e5569a1"
+SRC_URI[sha256sum] =
"758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc"
PYPI_PACKAGE = "SQLAlchemy"
inherit pypi setuptools3
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88632):
https://lists.openembedded.org/g/openembedded-devel/message/88632
Mute This Topic: https://lists.openembedded.org/mt/79485986/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-