1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Jeremy Kemper d5ad203745 MySQL: set connection collation along with the charset
Sets the connection collation to the database collation configured
in database.yml. Otherwise, `SET NAMES utf8mb4` will use the default
collation for that charset (utf8mb4_general_ci) when you may have chosen
a different collation, like utf8mb4_unicode_ci.

This only applies to literal string comparisons, not column values, so
it is unlikely to affect you.
2014-08-30 10:07:07 -07:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets
cases MySQL: set connection collation along with the charset 2014-08-30 10:07:07 -07:00
fixtures fk: use random digest names 2014-06-26 22:03:49 +02:00
migrations
models Move association definition to the model file 2014-08-28 15:50:14 +09:00
schema Only merge scopes with zero arity in has_many through 2014-08-20 08:25:58 +03:00
support fk: :primary_key option for non-standard pk's. 2014-06-26 22:03:48 +02:00
.gitignore
config.example.yml MySQL: set connection collation along with the charset 2014-08-30 10:07:07 -07:00
config.rb