Open peterkovacs opened 10 years ago
Hello @peterkovacs, can you add a test that verifies this?
Thank you.
Hi @luislavena --
I'm not sure how fixed the constants are going to be across various installations of mysql. This test passes in my environment with mysql 5.5.33.
The mysql API doesn't seem to export these constants, but they are documented here: http://dev.mysql.com/doc/internals/en/charsets.html
Should they be enumerated in the gem?
charsetnr
is (appears to be?) the only way to tell the difference between two fields like this:Having
charsetnr
makes determining the difference between these two field types to be quite trivial.