aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/case_sensitivity_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `capture_sql` instead of `assert_sql` with no patternRyuta Kamizono2019-05-221-5/+5
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-2/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-12/+12
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-14/+14
* The BINARY Operator is only needed for string columnsRyuta Kamizono2016-02-221-0/+9
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Remove unused requireRyuta Kamizono2015-05-031-1/+0
* Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-261-2/+22
* ambiguous first argument; put parentheses or even spaces Warning removed!Arun Agrawal2011-10-101-2/+2
* Remove stray whitespaceJeremy Kemper2011-10-091-4/+1
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-0/+38