summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-08-16 18:39:58 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2017-08-16 18:42:41 +0200
commit07e34f8bca83704e4c3d50830574a839354d9bcc (patch)
treeeff0446ecfccc8520d82111f5412a1e9020b1477 /docs
parent1214e7c1b1248a7e51dfbdaaaed5bca56956f218 (diff)
[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.
Backport of 6784383e93d582f43f8cb5f7647a05645cbb339b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.5.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt
index 55fa0eda7e..556cc73793 100644
--- a/docs/releases/1.11.5.txt
+++ b/docs/releases/1.11.5.txt
@@ -11,3 +11,5 @@ Bugfixes
* Fixed GEOS version parsing if the version has a commit hash at the end (new
in GEOS 3.6.2) (:ticket:`28441`).
+
+* Fixed test database creation with ``cx_Oracle`` 6 (:ticket:`28498`).