1. 04 9月, 2014 7 次提交
  2. 03 9月, 2014 3 次提交
  3. 02 9月, 2014 4 次提交
  4. 01 9月, 2014 2 次提交
  5. 31 8月, 2014 1 次提交
    • J
      MySQL: set connection collation along with the charset · d5ad2037
      Jeremy Kemper 提交于
      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.
      d5ad2037
  6. 30 8月, 2014 4 次提交
  7. 29 8月, 2014 11 次提交
  8. 28 8月, 2014 8 次提交