aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/mysql_type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-50/+50
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-8/+8
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Fix the MySQL column type `SET` registration bugTaishi Kasuga2015-06-201-0/+4
* fix MySQL enum type lookup with values matching another type. Closes #17402.Yves Senn2014-10-291-0/+4
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+61