Opened 2 years ago

Last modified 9 months ago

#33507 closed New feature

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

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 (last modified by Mariusz Felisiak)

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

Change History (1)

comment:1 by Mariusz Felisiak, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top