diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-10 23:02:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-10 23:02:44 +0100 |
| commit | 75503a823f6358892fff5aeb3691683ad9cc5a60 (patch) | |
| tree | 054d10f6f181b26e7eda2b367c8f30bec643a410 /docs | |
| parent | 29592eef19abf8e58e4923d29bfba4fcbd085384 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 3ba4eb2e35..f20fb4bdd9 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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 ~~~~~ |
