Changes between Initial Version and Version 4 of Ticket #35655
- Timestamp:
- Aug 2, 2024, 4:25:21 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35655
- Property Summary Django crashes with oracle_db_version > 23.3 → Django crashes with Oracle database Version > 23.3
- Property Easy pickings unset
-
Ticket #35655 – Description
initial v4 1 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 1 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. 2 Link to the PR which added this optimisation - [https://github.com/django/django/pull/17969/]