]> 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:19 +0000 (16:50 -0500)
commitc8214ad4389284dc9508e49aeca701e5bf164454
tree1430290a050fa0aa64c71a35042a9f251a9857a5
parenta4532ffb58570a682c01b0278a378d138aa6c944
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
doc/build/changelog/unreleased_20/10877.rst [new file with mode: 0644]
examples/performance/large_resultsets.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/oracle/oracledb.py
test/requirements.py