#16220: Add introspection for multicolumn indexes
-------------------------------------+-------------------------------------
               Reporter:  jgelens    |          Owner:  nobody
                   Type:             |         Status:  new
  Cleanup/optimization               |      Component:  Database layer
              Milestone:             |  (models, ORM)
                Version:  1.3        |       Severity:  Normal
             Resolution:             |       Keywords:  dceu2011
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |    Needs tests:  0
    Needs documentation:  0          |  Easy pickings:  0
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by hvdklauw):

 * cc: hvdklauw (added)
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Also to note, the current mysql implementation isn't even correct compared
 to the other implementations. (dunno about oracle, don't know it).
 It get's all the indexes and then loops through them and adds them to the
 dict. Meaning the last mention of a fieldname is used to define the
 indexes is has.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16220#comment:1>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to