We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78619bc commit eca6f91Copy full SHA for eca6f91
django/db/backends/oracle/base.py
@@ -387,7 +387,7 @@ def __init__(self, connection):
387
self.cursor = connection.cursor()
388
# Necessary to retrieve decimal values without rounding error.
389
self.cursor.numbersAsStrings = True
390
- # Default arraysize of 1 is highly sub-optimal.
+ # The default for cx_Oracle < 5.3 is 50.
391
self.cursor.arraysize = 100
392
393
def _format_params(self, params):
0 commit comments