Open mpldr opened 5 months ago
Since this is in a sense an extension to MySQL, this should probably be accompanied by a warning about this type not being available in all server implementations.
Okay, I've taken a look, and it seems to be something for github.com/pingcap/tidb
's parser, which would probably involve a lot of convincing. Any idea on how to do it better?
What do you want to change?
MariaDB has some extensions over standard MySQL, most notably a UUID type, which currently leads to:
It would be nice to have it supported.
The schema:
What database engines need to be changed?
MySQL
What programming language backends need to be changed?
Go