Changes between Version 1 and Version 2 of Ticket #20888, comment 11


Ignore:
Timestamp:
Aug 7, 2016, 1:27:18 AM (8 years ago)
Author:
Akshesh Doshi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20888, comment 11

    v1 v2  
    33Although requested for `alter_index_together`, I have implemented the feature with the new class based indexes which would allow users to do the same thing.
    44
    5 The patch contains implementation for all databases except backend which doesn't support the feature itself according to their [http://dev.mysql.com/doc/refman/5.7/en/create-index.html official docs]. I felt this to be a bit weird as the reporter had requested the feature specifically for MySQL. Please let me know if I missed something in this context.
     5The patch contains implementation for all databases except MySQL which doesn't support the feature itself according to their [http://dev.mysql.com/doc/refman/5.7/en/create-index.html official docs]. I felt this to be a bit weird as originally the feature had been requested specifically for MySQL. Please let me know if I missed something in this context.
    66
    77The patch doesn't add the feature for `unique_together` as I couldn't understand/don't know what that means. I can try to add it for `unique_together` as well if somebody could explain that.
Back to Top