aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/mysql_type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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