summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-10 23:02:44 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-10 23:07:50 +0100
commit9924c8a8b0f4281ba018ca3292ed78718fabe362 (patch)
tree47f4e0b98adf028ae4c6e3ef7cf3501cdc880397 /docs
parente9e58ec65e949fb6cf46cdf90a24180e98cbd65a (diff)
[1.11.x] 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. Backport of 75503a823f6358892fff5aeb3691683ad9cc5a60 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt2
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
~~~~~