aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/case_sensitivity_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* The BINARY Operator is only needed for string columnsRyuta Kamizono2016-02-221-0/+9
| | | | Follow up to #13040.
* 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 ↵Ryuta Kamizono2013-11-261-2/+22
| | | | case insensitive collation.
* 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
case sensitive collation.