aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/mysql_type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-051-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* :recycle: Fix mysql type map for enum and setbannzai2019-01-081-0/+4
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-011-1/+3
|\
| * Merge pull request #29869 from kamipo/make_type_map_to_privateRafael França2017-07-211-1/+1
| |\
| | * Make `type_map` to private because it is only used in the connection adapterRyuta Kamizono2017-07-201-1/+1
| * | 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 teardown to reset_connection at MysqlTypeLookupTestYasuo Honda2017-06-071-0/+7
|/
* 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