#36346: Threaded option not supported by oracle python driver.
----------------------------+-----------------------------------------
Reporter: Suraj Shaw | Type: Bug
Status: new | Component: Documentation
Version: 5.2 | Severity: Normal
Keywords: Oracle | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------+-----------------------------------------
Support for threaded option has been desupported from python-oracledb 2.0
and higher. Now threading is always used. Also the minimum version of
python-oracledb supported by django is 2.3.0. So setting the threaded
option of Oracle database configuration raises ''connect() got an
unexpected keyword argument 'threaded''.
So it needs to be removed from the
documentation.[
https://docs.djangoproject.com/en/5.2/ref/databases
/#threaded-option]
For more information please refer to this link [
https://python-
oracledb.readthedocs.io/en/latest/api_manual/deprecations.html#desupported-2-0]
--
Ticket URL: <
https://code.djangoproject.com/ticket/36346>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.