Opened 7 weeks ago

Last modified 7 weeks ago

#35655 closed Bug

Django crashes with oracle_db_version > 23.3 — at Initial Version

Reported by: Suraj Shaw Owned by: Suraj Shaw
Component: Database layer (models, ORM) Version: 5.1
Severity: Release blocker Keywords:
Cc: Suraj Shaw, Csirmaz Bendegúz, Mariusz Felisiak Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The recent optimisation in Django for multi-row insert in case of Oracle db version greater than 23+ is crashing with specific db versions. The issue is being reported https://github.com/oracle/python-oracledb/issues/356. The upcoming version 5.1 release have this changes and may cause crashes with database versions greater than 23.3

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top