#32342: Enable supports_index_column_ordering on MySQL 8.0.1+
-------------------------------------+-------------------------------------
Reporter: Mariusz | Owner: Mariusz Felisiak
Felisiak |
Type: | Status: assigned
Cleanup/optimization |
Component: Database | Version: 3.1
layer (models, ORM) |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
MySQL 8.0.1+ supports descending indexes and introspection of columns
orders (`ASC`/`DESC`) for indexes, see
- [https://dev.mysql.com/doc/refman/8.0/en/show-index.html SHOW INDEX on
MySQL 8.0.1+],
- [https://dev.mysql.com/doc/refman/8.0/en/descending-indexes.html
Descending Indexes]
Noticed when reviewing #26167. Refs #20888.
--
Ticket URL: <https://code.djangoproject.com/ticket/32342>
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/050.68ded0ca3750d3ad24afd6b09ad46ad6%40djangoproject.com.