83

When we found out MySQL utf8 isn't actually utf8..... it's a proprietary subset of utf8 that only includes up to Unicode 255..... and there is a separate "utf8mtb4" that is actual utf8.

Comments
  • 5
    @filthyranter yeah, and migrating to utf8mtb4 is going to be a BITCH. it requires a migration for every database, for every table in every database, and every column in every table in every database.
  • 3
    One thing about coming from mysql to postrges is all the nice little things that I didn't know would be so nice. Like having an actual book and guid datatype, or "delete from [table] returning [fields]"
  • 2
  • 0
    @filthyranter never heard of it. link?
Add Comment