crystal-lang / crystal-mysql

MySQL connector for Crystal
MIT License
107 stars 36 forks source link

Saving Emoji's #43

Closed crisward closed 7 years ago

crisward commented 7 years ago

Emojis, and other some other utf8 characters need utf8mb4 character set to be used in the connection. At the moment this looks like it may be hard coded as utf8_general_ci?

It's be nice to be able to configure this to allow for other encodings/collations.

crisward commented 7 years ago

I'll close this as it's duped in #46