Changes between Initial Version and Version 1 of Ticket #33483
- Timestamp:
- Feb 1, 2022, 8:53:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33483 – Description
initial v1 20 20 So some compatibility logic for legacy index names seems warranted. Although for my personal use case, I wouldn't mind a fix that requires such "flag-day" migrations. 21 21 22 On the other hand, it would be nice to bump Oracle's `max_name_length()` anyway. The current 30-character limit is already obsolete. Django 4.0 officially only supports Oracle 19c . In Oracle 12.2 and above the maximum object name length is 128 bytes.22 On the other hand, it would be nice to bump Oracle's `max_name_length()` anyway. The current 30-character limit is already obsolete. Django 4.0 officially only supports Oracle 19c and newer. In Oracle 12.2 and above the maximum object name length is 128 bytes, not 30. 23 23 24 24 === Reproducing ===