Opened 2 years ago

Last modified 9 months ago

#33507 closed New feature

Use native UUID data type on MariaDB 10.7+ — at Initial Version

Reported by: Mariusz Felisiak Owned by: nobody
Component: Database layer (models, ORM) Version: 4.0
Severity: Normal Keywords: mariadb
Cc: Adam Johnson Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

MariaDB 10.7 introduces UUID data type, see docs and blog post. We should corrected the has_native_uuid_field feature flag and use it instead of char(32).

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top