diff options
| author | Simon Charette <charette.s@gmail.com> | 2025-10-08 18:20:57 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-10-11 17:15:28 +0200 |
| commit | 315dbe675df338ae66c8fa43274a76ecbed7ef67 (patch) | |
| tree | f57a30a3687b0d88ca1462ce4aea09ff70993e62 /docs | |
| parent | 1167cd1d639c3fee69dbdef351d31e8a17d1fedf (diff) | |
Fixed #36646 -- Added compatibility for oracledb 3.4.0.
The Database.Binary, Date, and Timestamp attributes were changed from
aliases to bytes, datetime.date, and datetime.datetime to factory
functions in oracle/python-oracledb@869a887819cdac7fcd610f9d9d463ade49ea7
which made their usage inadequate for isinstance checks.
Thanks John Wagenleitner for the report and Natalia for the triage.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.8.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/releases/5.2.8.txt b/docs/releases/5.2.8.txt index fd35dd6af5..ef18d08022 100644 --- a/docs/releases/5.2.8.txt +++ b/docs/releases/5.2.8.txt @@ -9,5 +9,4 @@ Django 5.2.8 fixes several bugs in 5.2.7. Bugfixes ======== -* ... - +* Added compatibility for ``oracledb`` 3.4.0 (:ticket:`36646`). |
