mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27924 -- Added support for cx_Oracle 5.3.
- Fixed Oracle backend due to cx_Oracle 5.3 change in the Cursor.description behavior i.e. "Use None instead of 0 for items in the Cursor.description attribute that do not have any validity.". - Used cx_Oracle.Object.size() instead of len(). Thanks Tim Graham for the review.
This commit is contained in:
@@ -263,6 +263,8 @@ Database backends
|
||||
<mysql-isolation-level>`. To avoid possible data loss, it's recommended to
|
||||
switch from MySQL's default level, repeatable read, to read committed.
|
||||
|
||||
* Added support for ``cx_Oracle`` 5.3.
|
||||
|
||||
Email
|
||||
~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user