jdbc_mysql.rb should not enforce the utf8_bin collation on table creation
-------------------------------------------------------------------------

                 Key: JRUBY-2768
                 URL: http://jira.codehaus.org/browse/JRUBY-2768
             Project: JRuby
          Issue Type: Bug
          Components: ActiveRecord-JDBC
         Environment: activerecord-jdbc-adapter-0.8.1
            Reporter: Alexander Mikhailian
         Attachments: utf8_bin.patch

ActiveRecord-JDBC forces the utf8_bin collation while creating a MySQL 
database, which is at least strange. 

utf8_bin provides case-sensitive collation that corresponds exactly to the 
order of unicode code points. It is way different from the default 
case-insensitive utf8_general_ci collation for utf8 data. 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to