1
0
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:
Mariusz Felisiak
2017-03-10 23:02:44 +01:00
committed by GitHub
parent 29592eef19
commit 75503a823f
4 changed files with 13 additions and 4 deletions

View File

@@ -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
~~~~~