diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-08-23 10:01:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-23 10:01:49 +0200 |
| commit | 0d21bdd3805f5d3a37a02062a170cabe377aa8fe (patch) | |
| tree | 4028288ca47eab302092925fb663b89ee9dc8cd8 /docs | |
| parent | e6dd785bb7dd7e02ee338786f73f7fdcdc6f60ec (diff) | |
[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.
- Fixed implicit Decimal to float conversion when input_size is not
specified for Decimal parameters.
- Used encoding, nencoding parameters of cx_Oracle.connect() to support
unicode in DSN.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt index 78279d5aa3..f650fe4b5a 100644 --- a/docs/releases/1.11.5.txt +++ b/docs/releases/1.11.5.txt @@ -12,7 +12,7 @@ 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`). +* Added compatibility for ``cx_Oracle`` 6 (:ticket:`28498`). * Fixed select widget rendering when option values are tuples (:ticket:`28502`). |
