#33507: Use native UUID data type on MariaDB 10.7+
-------------------------------------+-------------------------------------
     Reporter:  Mariusz Felisiak     |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Database layer       |                  Version:  4.0
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  mariadb              |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Mariusz Felisiak:

Old description:

> MariaDB 10.7 introduces `UUID` data type, see [https://mariadb.com/kb/en
> /uuid-data-type/ docs] and [https://mariadb.org/10-7-preview-feature-
> uuid-data-type/ blog post]. We should corrected the
> `has_native_uuid_field` feature flag and use it instead of `char(32)`.

New description:

 MariaDB 10.7 introduces `UUID` data type, see [https://mariadb.com/kb/en
 /uuid-data-type/ docs] and [https://mariadb.org/10-7-preview-feature-uuid-
 data-type/ blog post]. We should corrected the `has_native_uuid_field`
 feature flag and use `uuid` instead of `char(32)`.

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33507#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 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/065.603af5a26b60a663b3d24db0d40c194b%40djangoproject.com.

Reply via email to