]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
update cx_Oracle / oracledb LOB handling
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Jun 2022 20:09:35 +0000 (16:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Jun 2022 14:48:17 +0000 (10:48 -0400)
commit07678e0e34210f9485dbd8fd3a25b739adb7cc64
tree0053278071cd48e6397681b600eea332b141c822
parent1961e1321440a1e0500ecd13624837ed088eaceb
update cx_Oracle / oracledb LOB handling

Adjustments made to the BLOB / CLOB / NCLOB datatypes in the cx_Oracle and
oracledb dialects, to improve performance based on recommendations from
Oracle developers.

References: https://github.com/oracle/python-cx_Oracle/issues/596
Fixes: #7494
Change-Id: I0d8cc3579140aa65cacf5b7d3373f7e1929a8f85
doc/build/changelog/unreleased_20/7494.rst [new file with mode: 0644]
doc/build/core/connections.rst
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/engine/interfaces.py
setup.cfg
test/dialect/oracle/test_dialect.py
test/dialect/oracle/test_types.py
tox.ini