]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Oracle default arraysize is now set by the driver
authorFederico Caselli <cfederico87@gmail.com>
Fri, 12 Jan 2024 18:17:30 +0000 (19:17 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Jan 2024 21:50:52 +0000 (16:50 -0500)
commitdeb71a9b4079dea57ce81875cbf34425c7f8e731
treedf2279d148ac36cc2127dc982aa82d9c66855c52
parent1c1f60a2e3f199b626edc565ae4a67687e192015
Oracle default arraysize is now set by the driver

Changed the default arraysize of the Oracle dialects so that the value set
by the driver is used, that is 100 at the time of writing for both
cx_oracle and oracledb. Previously the value was set to 50 by default.

Fixes: #10877
Change-Id: Ie4c53f42437d3d7dbbad36398d7883472577f367
(cherry picked from commit c8214ad4389284dc9508e49aeca701e5bf164454)
doc/build/changelog/unreleased_20/10877.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/oracle/oracledb.py
test/requirements.py