#33671: Migrations crashes when adding/altering collations on indexed columns on
Oracle.
-------------------------------------+-------------------------------------
               Reporter:  Mariusz    |          Owner:  nobody
  Felisiak                           |
                   Type:  Bug        |         Status:  new
              Component:             |        Version:  4.0
  Migrations                         |
               Severity:  Normal     |       Keywords:  oracle collation
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Migrations crashes when adding/altering collations on indexed columns on
 Oracle:
 {{{
 ORA-43923: The column cannot be modified to the specified collation.
 }}}

 Primary keys are handled in [https://github.com/django/django/pull/15642
 PR]. Fields with indexes defined via `db_index=True`, `Meta.indexes`,
 `Meta.constraints`, and `unique=True` are still affected.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33671>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/010701807690ba7b-037d3f68-0300-47af-8900-2e6f905620d2-000000%40eu-central-1.amazonses.com.

Reply via email to