mysql2 icon indicating copy to clipboard operation
mysql2 copied to clipboard

UUID support?

Open john-999 opened this issue 1 year ago • 2 comments

Can you add support for the UUID data type?

(Even MariaDB supports it now.)

john-999 avatar Oct 23 '23 19:10 john-999

A database uuid should come in as a string into Ruby. I am not aware of a Ruby-native uuid data type. There are Ruby gems that provide uuid classes and can be instantiated with a string input.

sodabrew avatar Oct 23 '23 19:10 sodabrew

@sodabrew - What is your take on https://github.com/rails/rails/issues/49752 ?

john-999 avatar Oct 27 '23 19:10 john-999