#30754: Partial indexes break future migrations in sqlite
-------------------------------------+-------------------------------------
     Reporter:  Pēteris Caune        |                    Owner:  Simon
                                     |  Charette
         Type:  Bug                  |                   Status:  assigned
    Component:  Migrations           |                  Version:  2.2
     Severity:  Release blocker      |               Resolution:
     Keywords:  sqlite               |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * has_patch:  0 => 1


Comment:

 The issue was effectively table aliases inclusion for columns in the
 `WHERE` clause because of the rename during `_remake_table`.

 Pēteris, could you confirm this patch effectively addresses your issue?
 I've tested it out locally but schema alteration on SQLite is particularly
 gnarly from versions to versions.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30754#comment:4>
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/064.8caf909faa4ab043f137858d57396ba2%40djangoproject.com.

Reply via email to